Firebird ADO.NET Provider SDK Documentation - v1.7

FbTransaction.IsolationLevel Property

Specifies the IsolationLevel for this transaction.

[Visual Basic]
NotOverridable Public ReadOnly Property IsolationLevel As IsolationLevel _
    Implements IDbTransaction.IsolationLevel
[C#]
public System.Data.IsolationLevel IsolationLevel {get;}

Property Value

The IsolationLevel for this transaction. The default is ReadCommitted.

Implements

IDbTransaction.IsolationLevel

Remarks

Parallel transactions are not supported. Therefore, the IsolationLevel applies to the entire transaction.

See Also

FbTransaction Class | FirebirdSql.Data.Firebird Namespace