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

On this page
    IsNull Property (OracleAnyData)
    On this page
    Indicates whether or not the OracleAnyData represents a null value.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsNull As Boolean
    public bool IsNull {get;}

    Property Value

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