IAdoDbTransaction.RollbackAsync() Method
.NET Standard 2.1 or higher
Asynchronously rolls back the database transaction.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
Task RollbackAsync();
Returns
Task
Returns a task that represents the asynchronous operation.
Applies to
.NET Standard
2.1 or higher