DB2DateTime.IsNull property
Gets a value that indicates whether the value that is stored in the DB2DateTime structure is null.
The DB2DateTime.IsNull property is available for use only with the Informix® database server.
- Namespace:
IBM.Data.DB2Types
- Assembly:
IBM.Data.DB2 (in IBM.Data.DB2.dll)
Syntax
[Visual Basic]
Public ReadOnly Property IsNull As bool
[C#]
public bool IsNull {get;}
[C++]
public: __property bool get_IsNull();
[JScript]
public function get IsNull() : bool;
Property value
Value is true if the DB2DateTime value is null. Otherwise, the value is false.