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

In This Topic
    IsNull Property (OracleCursor)
    In This Topic
    Gets a value indicating whether the OracleCursor object represents Null.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsNull As Boolean
    public bool IsNull {get;}

    Property Value

    true if the OracleCursor object represents Null; otherwise, false.
    See Also