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

    Syntax

    Task CommitAsync();
    

    Returns

    Task

    Returns a task that represents the asynchronous operation.

    Applies to

    .NET Standard

    2.1 or higher

    Back to top Generated by Appeon