Show / Hide Table of Contents

    IAdoDbTransactionManager.BeginTransaction() Method

    .NET Standard 2.x

    Starts a database transaction without specifying the isolation level (IsolationLevel.Unspecified).

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

      IAdoDbTransaction BeginTransaction();
    

    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