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()
Public Function GetSession As SessionBase
public:
SessionBase^ GetSession()
member GetSession : unit -> SessionBase
Return Value
Type:
SessionBaseThe active
SessionBase of this object
See Also