Knight Data Access Layer
IsSessionCreated Property




KellermanSoftware.NetDataAccessLayer Namespace > DataHelper Class : IsSessionCreated Property
Returns true if the session has been created for the current thread
Syntax
Public Shared ReadOnly Property IsSessionCreated As Boolean
Dim value As Boolean
 
value = DataHelper.IsSessionCreated
public static bool IsSessionCreated {get;}
public: __property static bool get_IsSessionCreated();
public:
static property bool IsSessionCreated {
   bool get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataHelper Class
DataHelper Members