Show / Hide Table of Contents

    IAdoDbTransactionManager.BeginTransaction() Method

    .NET Standard 2.x | Current Version (1.0.1)

    0.5.0-alpha

    1.0.1 (current)

    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