Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Common Namespace / DatabaseSessionManager Class
Properties Methods


Version
DatabaseSessionManager Class Members

The following tables list the members exposed by DatabaseSessionManager.

Public Constructors
 NameDescription
Public Constructor Initializes a new instance of the DatabaseSessionManager class.  
Top
Public Properties
 NameDescription
Public Property  
Top
Public Methods
 NameDescription
Public MethodOverloaded.  Begins a transaction with provider default Isolation Level  
Public MethodOverloaded.  Flushes any dirty data and closes the session  
Public MethodOverloaded.  Commits the open transaction  
Public Method Flushes any work items in the open session  
Public Method  
Public Method Indicates whether a session is currently open  
Public Method Indicates whether a transaction is currently open  
Public Method Resets the current session in context  
Public Method Rolls back the active transaction  
Top
Protected Methods
 NameDescription
Protected MethodOverloaded.  Disposes of resources used by the class instance  
Top
Extension Methods
 NameDescription
Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
Top
See Also