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



Teradata.Client.Provider Namespace > TdPeriodDate Structure : IsNull Property
Gets boolean value that indicates whether this TdPeriodDate instance is TdPeriodDate.Null.
Syntax
'Declaration
 
Public ReadOnly Property IsNull As Boolean
'Usage
 
Dim instance As TdPeriodDate
Dim value As Boolean
 
value = instance.IsNull
public bool IsNull {get;}
public:
property bool IsNull {
   bool get();
}

Property Value

true if this TdPeriodDate 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

TdPeriodDate Structure
TdPeriodDate Members