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
ProductVersionsPlatforms
.NET2.1, 3.1, 6Windows, Linux, MacOS
.NET Framework4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdTransaction Class
TdTransaction Members
Rollback Method