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



Teradata.Client.Provider Namespace > TdNumber Structure : IsNull Property
Indicates that this instance of TdNumber represents a null value.
Syntax
'Declaration
 
Public ReadOnly Property IsNull As Boolean
'Usage
 
Dim instance As TdNumber
Dim value As Boolean
 
value = instance.IsNull
public bool IsNull {get;}
public:
property bool IsNull {
   bool get();
}

Property Value

true if this TdNumber is Null; false otherwise.
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

TdNumber Structure
TdNumber Members