Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Common Namespace / IDatabaseSessionManager Interface

In This Topic
    IDatabaseSessionManager Interface Methods
    In This Topic

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

    Public Methods
     NameDescription
     MethodOverloaded.  Begins a transaction with the specified IsolationLevel  
     MethodOverloaded.  Closes the open session  
     Method Commits the open transaction  
     Method (Inherited from System.IDisposable)
     Method Flushes any work items in the open session  
     Method Gets the current session  
     Method Indicates whether a session is currently open  
     Method Indicates whether a transaction is currently open  
     Method Resets the current session in context  
     Method Rolls back the active transaction  
    Top
    See Also