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

In This Topic
    IsNull Property (OracleAnyData)
    In This Topic
    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