Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Common Namespace / IDatabaseSessionManager Interface / BeginTransaction Method / BeginTransaction(IsolationLevel) Method
Isolation level for the transaction
In This Topic
    BeginTransaction(IsolationLevel) Method
    In This Topic
    Begins a transaction with the specified IsolationLevel
    Syntax
    void BeginTransaction( 
       IsolationLevel isolationLevel
    )

    Parameters

    isolationLevel
    Isolation level for the transaction
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also