IRollbackResult Interface
.NET Standard 2.x
Defines a contract that represents the result of an action method which can be used to roll back the current transaction.
It only works when TransactionAttribute
is applied to the action (or the controller) to start an automatically managed transaction.
Namespace: SnapObjects.Data.AspNetCore
Assembly: SnapObjects.Data.AspNetCore.dll
Syntax
public interface IRollbackResult : IActionResult