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 Teradata Database 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 Teradata Database.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2

See Also

Reference

TdBlob Class
TdBlob Members