Click or drag to resize

SchemaGetTypeVersion Method

Opens a TypeVersion object

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
)

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: TypeVersion
A type version
See Also