ServerClientSessionSharedOpenSchema Method |
Get the session active schema
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public override Schema OpenSchema(
bool update
)
Public Overrides Function OpenSchema (
update As Boolean
) As Schema
public:
virtual Schema^ OpenSchema(
bool update
) override
abstract OpenSchema :
update : bool -> Schema
override OpenSchema :
update : bool -> Schema
Parameters
- update
- Type: SystemBoolean
Do update the schema?
Return Value
Type:
SchemaThe active schema
See Also