dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniTransaction Class / IsolationLevel Property

In This Topic
    IsolationLevel Property (UniTransaction)
    In This Topic
    Specifies the System.Data.IsolationLevel for this transaction.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property IsolationLevel As IsolationLevel
    public override IsolationLevel IsolationLevel {get;}

    Property Value

    The System.Data.IsolationLevel for this transaction. The default value is System.Data.IsolationLevel.ReadCommitted.
    Remarks
    The System.Data.IsolationLevel applies to the entire transaction.
    See Also