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



Teradata.Client.Provider Namespace > TdXml Class : Clone Method
Creates and initializes a new TdXml object.
Syntax
'Declaration
 
Public Function Clone() As TdXml
'Usage
 
Dim instance As TdXml
Dim value As TdXml
 
value = instance.Clone()
public TdXml Clone()
public:
TdXml^ Clone(); 

Return Value

Returns a TdXml object capable of returning the same Xml field.
Exceptions
ExceptionDescription
The TdConnection is closed.
The TdXml is closed / dispose.
The Advanced SQL Engine returned an error, or the .NET Data Provider for Teradata detected an error.
Requirements
ProductVersionsPlatforms
.NET6, 7Windows, Linux, MacOS
.NET Framework4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdXml Class
TdXml Members