Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
Code: Visual C++
C#
Visual Basic
Visual C++
NHibernate API Reference
ISession
.
.
::
.
.
IsOpen Property
ISession Interface
See Also
Send Feedback
Is the
ISession
still open?
Namespace:
NHibernate
Assembly:
NHibernate
(in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C#
bool
IsOpen
{
get
; }
Visual Basic
ReadOnly
Property
IsOpen
As
Boolean
Get
Visual C++
property
bool
IsOpen
{
bool
get
(); }
See Also
ISession Interface
NHibernate Namespace