dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleCursor Class / Null Field

In This Topic
    Null Field (OracleCursor)
    In This Topic
    Represents a null OracleCursor object not associated with any cursor at the server.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Null As OracleCursor
    public static readonly OracleCursor Null
    Remarks
    Use Null field to compare with values returned from server through OracleParameter.OracleValue and some methods of OracleDataReader. You can pass value of this field to the server as well through OracleParameter.OracleValue or OracleParameter.Value properties.
    See Also