Send feedback on this topic.
Teradata.Client.Provider
Length Property (TdClob)



Teradata.Client.Provider Namespace > TdClob Class : Length Property
Gets the size of the CLOB in characters.
Syntax
'Declaration
 
Public ReadOnly Property Length As Long
'Usage
 
Dim instance As TdClob
Dim value As Long
 
value = instance.Length
public long Length {get;}
public:
property int64 Length {
   int64 get();
}

Property Value

The size of the CLOB in characters.
Exceptions
ExceptionDescription
The TdClob is closed / disposed.
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