TransactionAttribute.CommitPolicy Property
.NET Standard 2.x
Gets or sets when to commit the transaction.
Namespace: SnapObjects.Data.AspNetCore
Assembly: SnapObjects.Data.AspNetCore.dll
Syntax
public CommitPolicy CommitPolicy { get; set; }
Property Value
SnapObjects.Data.AspNetCore.CommitPolicy
A CommitPolicy
enumeration that specifies when to commit the transaction.
Default is CommitPolicy.OnActionExecuted
.
Applies to
.NET Standard
2.x