Show / Hide Table of Contents

    IAdoDbTransactionManager.BeginTransaction(IsolationLevel isolationLevel) Method

    .NET Standard 2.x

    Starts a database transaction with the specified isolation level.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

      IAdoDbTransaction BeginTransaction(IsolationLevel isolationLevel);
    

    Parameters

    isolationLevel System.Data.IsolationLevel

    The isolation level for the transaction.

    Returns

    SnapObjects.Data.IAdoDbTransaction

    Returns an object representing the new transaction if succeeds.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon