Npgsql API Documentation

NpgsqlTransaction.IsolationLevel Property

[This is preliminary documentation and subject to change.]

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

See Also

NpgsqlTransaction Class | Npgsql Namespace