Click or drag to resize

SessionBaseOpenSchema Method

Get the session active schema

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.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