Send feedback on this topic.
Teradata.Client.Provider
Close Method (TdTransaction)



Teradata.Client.Provider Namespace > TdTransaction Class : Close Method
Rolls back the transaction and enables the Auto-Commit mode.
Syntax
'Declaration
 
Public Sub Close() 
'Usage
 
Dim instance As TdTransaction
 
instance.Close()
public void Close()
public:
void Close(); 
Remarks
It aborts the transaction and releases all unmanaged resources.
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
Rollback Method