dotConnect for PostgreSQL Documentation
Devart.Common Namespace / DbTransactionBase Class / IsolationLevel Property

In This Topic
IsolationLevel Property (DbTransactionBase)
In This Topic
Specifies the System.Data.IsolationLevel for the transaction.
Syntax
'Declaration
 
Public Overrides ReadOnly Property IsolationLevel As IsolationLevel
 

Property Value

The System.Data.IsolationLevel for the transaction.
See Also