MySQL Connector/Net
MySqlDateTimeIsNull Property |
Returns true if this datetime object has a null value
Namespace: MySql.Data.Types
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9

public bool IsNull { get; }
Public ReadOnly Property IsNull As Boolean Get
public: virtual property bool IsNull { bool get () sealed; }
abstract IsNull : bool with get override IsNull : bool with get
Property Value
Type: Boolean