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

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

See Also

Reference

TdBlob Class
TdBlob Members