Name | Description | |
---|---|---|
DatabaseSessionManager Constructor | Initializes a new instance of the DatabaseSessionManager class. |
The following tables list the members exposed by DatabaseSessionManager.
Name | Description | |
---|---|---|
DatabaseSessionManager Constructor | Initializes a new instance of the DatabaseSessionManager class. |
Name | Description | |
---|---|---|
UseForcedFlush |
Name | Description | |
---|---|---|
BeginTransaction | Overloaded. Begins a transaction with provider default Isolation Level | |
CloseSession | Overloaded. Flushes any dirty data and closes the session | |
CommitTransaction | Overloaded. Commits the open transaction | |
FlushSession | Flushes any work items in the open session | |
GetSession | ||
HasOpenSession | Indicates whether a session is currently open | |
HasOpenTransaction | Indicates whether a transaction is currently open | |
ResetSession | Resets the current session in context | |
RollbackTransaction | Rolls back the active transaction |
Name | Description | |
---|---|---|
ToQueryString | Overloaded. Use this method to bulid query string from NameValueCollection |