Show / Hide Table of Contents

    IDataContextOptions.IsolationLevel Property

    .NET Standard 2.x

    Gets or sets the default isolation level of the transaction in the DataContext object.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

       IsolationLevel IsolationLevel { get; set; }
    

    Property Value

    System.Data.IsolationLevel

    The default isolation level of the transaction in the DataContext object.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon