Click or drag to resize

SessionNoServerSharedOpen Method (UInt32, UInt16, UInt16, Boolean, Int32)

Opens a persistent object

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public override IOptimizedPersistable Open(
	uint dbNum,
	ushort pageNum,
	ushort slotNum,
	bool update,
	int graphDepthToLoad = 2147483647
)

Parameters

dbNum
Type: SystemUInt32
Database number of the object to open
pageNum
Type: SystemUInt16
Page number of the object to open
slotNum
Type: SystemUInt16
Slot number of the object to open
update
Type: SystemBoolean
Open the object for update?
graphDepthToLoad (Optional)
Type: SystemInt32
Limit depth of graph to open

Return Value

Type: IOptimizedPersistable
The opened object or null if it does not exist
See Also