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



Teradata.Client.Provider Namespace > TdClob Class : IsNull Property
Indicates the TdClob represents a null CLOB.
Syntax
'Declaration
 
Public ReadOnly Property IsNull As Boolean
'Usage
 
Dim instance As TdClob
Dim value As Boolean
 
value = instance.IsNull
public bool IsNull {get;}
public:
property bool IsNull {
   bool get();
}

Property Value

true if TdClob represents a null CLOB; otherwise false.
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