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

In This Topic
    IDatabaseSessionManager Interface Members
    In This Topic

    The following tables list the members exposed by IDatabaseSessionManager.

    Public Properties
     NameDescription
     Property Gets or sets a value indicating whether to force flush upon entity Save/Delete  
    Top
    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