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



Teradata.Client.Provider Namespace > TdXml Class : Close Method
Closes the TdXml object and releases all associated resources.
Syntax
'Declaration
 
Public Sub Close() 
'Usage
 
Dim instance As TdXml
 
instance.Close()
public void Close()
public:
void Close(); 
Exceptions
ExceptionDescription
The Advanced SQL Engine returned an error, or the .NET Data Provider for Teradata detected an error.
Remarks
Closes the TdXml object and releases all associated Server and Client 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

TdXml Class
TdXml Members