Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Common Namespace / DatabaseSessionManager Class / CommitTransaction Method / CommitTransaction(Boolean) Method
Suppress the error if there is no transaction in progress and ignoreNoTransactionError is true.
In This Topic
    CommitTransaction(Boolean) Method
    In This Topic
    Commits the open transaction
    Syntax
    public void CommitTransaction( 
       bool ignoreNoTransactionError
    )

    Parameters

    ignoreNoTransactionError
    Suppress the error if there is no transaction in progress and ignoreNoTransactionError is true.
    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