Send feedback on this topic.
Teradata.Client.Provider
TxRolledBack Property (TdException)



Teradata.Client.Provider Namespace > TdException Class : TxRolledBack Property
Indicates whether the transaction was rolled back by the Advanced SQL Engine.
Syntax
'Declaration
 
Public ReadOnly Property TxRolledBack As Boolean
'Usage
 
Dim instance As TdException
Dim value As Boolean
 
value = instance.TxRolledBack
public bool TxRolledBack {get;}
public:
property bool TxRolledBack {
   bool get();
}

Property Value

true if the SQL Engine rolled back the transaction; otherwise it is false.
Remarks
The Advanced SQL Engine error messages are described in the Messages manual.
Requirements

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

See Also

Reference

TdException Class
TdException Members