Click or drag to resize

BTreeBaseKey, ValueInitializeAfterRead Method

Sets up some transient variables

Namespace:  VelocityDb.Collection.BTree
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public override void InitializeAfterRead(
	SessionBase session
)

Parameters

session
Type: VelocityDb.SessionSessionBase
The active session

Implements

IOptimizedPersistableInitializeAfterRead(SessionBase)
See Also