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



Teradata.Client.Provider Namespace > TdError 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 TdError
Dim value As Boolean
 
value = instance.TxRolledBack
public bool TxRolledBack {get;}
public:
property bool TxRolledBack {
   bool get();
}

Property Value

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

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

See Also

Reference

TdError Class
TdError Members