dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleArray Class / IsNull Property

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

    Property Value

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