Click or drag to resize

SessionBaseOpenSchema Method

Get the session active schema

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public virtual Schema OpenSchema(
	bool update
)

Parameters

update
Type: SystemBoolean
Do update the schema?

Return Value

Type: Schema
The active schema
See Also