Show / Hide Table of Contents

    IAdoDbTransactionManager.BeginTransactionAsync Method

    .NET Standard 2.x

    Asynchronously starts a database transaction with or without a specified isolation level.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Overloads

    Method Description
    BeginTransactionAsync(CancellationToken cancellationToken) Asynchronously starts a database transaction with the unspecified isolation level (IsolationLevel.Unspecified).
    BeginTransactionAsync(IsolationLevel isolationLevel, CancellationToken cancellationToken) Asynchronously starts a database transaction with the specified isolation level.
    Back to top Generated by Appeon