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



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

Property Value

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

TdPeriodTime Structure
TdPeriodTime Members