dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlDecimal Structure / IsNull Property

In This Topic
    IsNull Property (MySqlDecimal)
    In This Topic
    Gets a value indicating whether this instance is empty.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsNull As Boolean
    public bool IsNull {get;}

    Property Value

    true, if the structure is empty; otherwise, false.
    See Also