Show / Hide Table of Contents

    TransactionAttribute.IsolationLevel Property

    .NET Standard 2.x

    Gets or sets the isolation level of transaction.

    Namespace: SnapObjects.Data.AspNetCore

    Assembly: SnapObjects.Data.AspNetCore.dll

    Syntax

    public IsolationLevel IsolationLevel { get; set; }
    

    Property Value

    System.Transactions.IsolationLevel

    An IsolationLevel enumeration that specifies the isolation level of transaction.

    Default is IsolationLevel.Serializable.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon