NpgsqlTransaction.IsolationLevel Property
Specifies the IsolationLevel for this transaction.
[Visual Basic]
NotOverridable Public ReadOnly Property IsolationLevel As
IsolationLevel _
Property Value
The IsolationLevel for this transaction. The default is ReadCommitted.
Implements
IDbTransaction.IsolationLevel
Remarks
Missing <remarks> documentation for P:Npgsql.NpgsqlTransaction.IsolationLevel
See Also
NpgsqlTransaction Class | Npgsql Namespace