Click or drag to resize

OptimizedPersistableGetSession Method

Gets the session of this object or null if this object isn't yet persisted.

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public SessionBase GetSession()

Return Value

Type: SessionBase
The active SessionBase of this object
See Also