Click or drag to resize

DataMemberInitializeAfterRead Method

Sets up some transient fields

Namespace:  VelocityDb.TypeInfo
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 session managing this object.

Implements

IOptimizedPersistableInitializeAfterRead(SessionBase)
See Also