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



Teradata.Client.Provider Namespace > TdConnection Class : IsolationLevel Property
Gets and sets the isolation level of the current connection.
Syntax
'Declaration
 
Public Property IsolationLevel As IsolationLevel
'Usage
 
Dim instance As TdConnection
Dim value As IsolationLevel
 
instance.IsolationLevel = value
 
value = instance.IsolationLevel
public IsolationLevel IsolationLevel {get; set;}
public:
property IsolationLevel IsolationLevel {
   IsolationLevel get();
   void set (    IsolationLevel value);
}
Exceptions
ExceptionDescription
The Advanced SQL Engine only supports Read UnCommited and Serializable.
Can not change isolation level in the middle of a transaction.
Remarks
This property returns or sets the current isolation level for the connection. This isolation level will apply to all the transactions unless a different isolation is specified at the transaction level.
Requirements
ProductVersionsPlatforms
.NET6, 7Windows, Linux, MacOS
.NET Framework4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdConnection Class
TdConnection Members