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

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdXml Class
TdXml Members