dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniArray Class / IsNull Property

In This Topic
    IsNull Property (UniArray)
    In This Topic
    Indicates whether or not the UniArray represents a null value.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsNull As Boolean
    public bool IsNull {get;}

    Property Value

    true if the UniArray represents a null value; otherwise, false.
    See Also