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

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

See Also

Reference

TdClob Class
TdClob Members