dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2Transaction Class / IsolationLevel Property

In This Topic
    IsolationLevel Property (DB2Transaction)
    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 IsolationLevel.ReadCommitted.
    Remarks
    The System.Data.IsolationLevel applies to the entire transaction.
    See Also