Show / Hide Table of Contents

    CommitPolicy Enum

    .NET Standard 2.x

    Namespace: SnapObjects.Data.AspNetCore

    Assembly: SnapObjects.Data.AspNetCore.dll

    An enumeration that determines when to commit the automatically managed transaction.

    Syntax

    public enum CommitPolicy
    

    Fields

    Name Value Description
    OnActionExecuted 0 After the action method is executed.
    OnResultExecuted 1 After the action result is executed.
    Back to top Generated by Appeon