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

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

    Property Value

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