Send feedback on this topic.
Teradata.Client.Provider
IsolationLevel Property (TdTransaction)



Teradata.Client.Provider Namespace > TdTransaction Class : IsolationLevel Property
Gets the session isolation level associated with the transaction.
Syntax
'Declaration
 
Public Overrides NotOverridable ReadOnly Property IsolationLevel As IsolationLevel
'Usage
 
Dim instance As TdTransaction
Dim value As IsolationLevel
 
value = instance.IsolationLevel
public override IsolationLevel IsolationLevel {get;}
public:
property IsolationLevel IsolationLevel {
   IsolationLevel get() override;
}

Property Value

The isolation level of the current transaction.
Exceptions
ExceptionDescription
Object is disposed and the transaction has already been committed or rolled back.
Requirements
ProductVersionsPlatforms
.NET2.1, 3.1, 6Windows, Linux, MacOS
.NET Framework4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdTransaction Class
TdTransaction Members