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



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

Return Value

A TdClob object capable of returning the same CLOB field.
Exceptions
ExceptionDescription
The TdConnection is closed.
The TdClob is closed / dispose.
The Advanced SQL Engine returned an error, or the .NET Data Provider for Teradata detected an error.
Remarks
The cloned TdClob object will have a separate open query/request against the Advanced SQL Engine.
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

TdClob Class
TdClob Members