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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also