SessionBaseOpenSchema Method |
Get the session active schema
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic virtual Schema OpenSchema(
bool update
)
Public Overridable Function OpenSchema (
update As Boolean
) As Schema
public:
virtual Schema^ OpenSchema(
bool update
)
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