Show / Hide Table of Contents

    IAdoDbTransaction.RollbackAsync() Method

    .NET Standard 2.1 or higher

    Asynchronously rolls back the database transaction.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Overloads

    Method Description
    Task RollbackAsync() Asynchronously rolls back the database transaction.
    Task RollbackAsync(CancellationToken cancellationToken) Asynchronously rolls back the database transaction.
    Back to top Generated by Appeon