DB2Time.IsNull Property
Gets a value that indicates if the value stored in the DB2Time structure is null.
- Namespace:
IBM.Data.DB2Types- Assembly:
IBM.Data.DB2(inIBM.Data.DB2.dll)
Syntax
[Visual Basic]
Public ReadOnly Property IsNull As Boolean
[C#]
public bool IsNull {get;}
[C++]
public: __property bool get_IsNull();
[JScript]
public final function get IsNull() : boolean
Property value
true if Value is
null; otherwise, false.