Indicates whether the transaction was rolled back by the Teradata Database.
'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 Teradata Database rolled back the transaction; otherwise it is
false
.
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