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


In This Topic
    DatabaseSessionManager Class Methods
    In This Topic

    For a list of all members of this type, see DatabaseSessionManager members.

    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