dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleCursor Class
Fields Properties Methods

In This Topic
    OracleCursor Class Members
    In This Topic

    The following tables list the members exposed by OracleCursor.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Represents a null OracleCursor object not associated with any cursor at the server.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the OracleConnection used by the OracleCursor.  
    Public PropertyGets or sets the required size of the OracleDataReader internal cache to store result set data. The default value is 131072.  
    Public PropertyGets a value indicating whether the OracleCursor object is closed or not.  
    Public PropertyGets a value indicating whether the OracleCursor object represents Null.  
    Top
    Public Methods
     NameDescription
    Public MethodCloses server cursor.  
    Public MethodCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
    Public MethodDisposes the resources allocated by the OracleCursor object.  
    Public MethodGets an OracleDataReader for the specified cursor.  
    Public MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Top
    See Also