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: 8.2.1.0 (8.2.1)
Syntaxpublic 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