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 islation 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

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdConnection Class
TdConnection Members