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



Teradata.Client.Provider Namespace > TdClob Class : Dispose() Method
Closes the TdClob object and releases all associated resources.
Syntax
'Declaration
 
Public Sub Dispose() 
'Usage
 
Dim instance As TdClob
 
instance.Dispose()
public void Dispose()
public:
void Dispose(); 
Exceptions
ExceptionDescription
The Advanced SQL Engine returned an error or the .NET Data Provider for Teradata detected an error.
Remarks
Closes the TdClob object and releases all associated Server and Client resources. The TdClob.Dispose method is identical to the TdClob.Close method.
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