Click or drag to resize

BTreeBase<Key, Value>.InitializeAfterRead Method

Sets up some transient variables

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

Parameters

session
Type: VelocityDb.Session.SessionBase
The active session

Implements

IOptimizedPersistable.InitializeAfterRead(SessionBase)
See Also