dotConnect Universal Documentation
Devart.Common Namespace / DbTransactionBase Class / IsolationLevel Property

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

    Property Value

    The System.Data.IsolationLevel for the transaction.
    See Also