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



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

Property Value

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

TdIntervalDayToHour Structure
TdIntervalDayToHour Members