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



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

Return Value

Returns a TdBlob object capable of returning the same BLOB field.
Exceptions
ExceptionDescription
The TdConnection is closed.
The TdBlob is closed / dispose.
The Advanced SQL Engine returned an error, or the .NET Data Provider for Teradata detected an error.
Remarks
The cloned TdBlob 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

TdBlob Class
TdBlob Members