SchemaGetTypeVersion Method |
Namespace:
VelocityDb.TypeInfo
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public TypeVersion GetTypeVersion(
uint pageSlot,
SessionBase session,
bool usePersistent = false
)
Public Function GetTypeVersion (
pageSlot As UInteger,
session As SessionBase,
Optional usePersistent As Boolean = false
) As TypeVersion
public:
TypeVersion^ GetTypeVersion(
unsigned int pageSlot,
SessionBase^ session,
bool usePersistent = false
)
member GetTypeVersion :
pageSlot : uint32 *
session : SessionBase *
?usePersistent : bool
(* Defaults:
let _usePersistent = defaultArg usePersistent false
*)
-> TypeVersion
Parameters
- pageSlot
- Type: SystemUInt32
Page and slot of TypeVersion object - session
- Type: VelocityDb.SessionSessionBase
The active session - usePersistent (Optional)
- Type: SystemBoolean
Use persisted boot up type or transient one
Return Value
Type:
TypeVersionA type version
See Also