IOptimizedPersistableInitializeAfterRead Method |
This function is called when an object has been read from disk and all data members (fields) have been loaded. Override this to provide your own initializations of transient data.
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax void InitializeAfterRead(
SessionBase session
)
Sub InitializeAfterRead (
session As SessionBase
)
void InitializeAfterRead(
SessionBase^ session
)
abstract InitializeAfterRead :
session : SessionBase -> unit
Parameters
- session
- Type: VelocityDb.SessionSessionBase
The active session managing this object
See Also