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

Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2

See Also

Reference

TdTransaction Class
TdTransaction Members