Click or drag to resize

DataMember.InitializeAfterRead 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.Session.SessionBase
The session managing this object.

Implements

IOptimizedPersistable.InitializeAfterRead(SessionBase)
See Also