Show / Hide Table of Contents

    IAdoDbTransaction.CommitAsync() Method

    .NET Standard 2.1 or higher

    Asynchronously commits the database transaction.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Overloads

    Method Description
    Task CommitAsync() Asynchronously commits the database transaction.
    Task CommitAsync(CancellationToken cancellationToken) Asynchronously commits the database transaction.
    Back to top Generated by Appeon