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

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

    Property Value

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