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 Teradata Database.
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 Teradata Database rolled back the transaction; otherwise it is false.
Remarks
Teradata Database error messages are described in Teradata Database Messages manual.
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

TdException Class
TdException Members