Npgsql Api Docs

NpgsqlTransaction.IsolationLevel Property

Specifies the IsolationLevel for this transaction.

[Visual Basic]
Overrides Public ReadOnly Property IsolationLevel As IsolationLevel _
    Implements IDbTransaction.IsolationLevel
[C#]
public override 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