Name | Description | |
---|---|---|
![]() ![]() | Null | Represents a null OracleCursor object not associated with any cursor at the server. |
The following tables list the members exposed by OracleCursor.
Name | Description | |
---|---|---|
![]() ![]() | Null | Represents a null OracleCursor object not associated with any cursor at the server. |
Name | Description | |
---|---|---|
![]() | Connection | Gets the OracleConnection used by the OracleCursor. |
![]() | FetchSize | Gets or sets the required size of the OracleDataReader internal cache to store result set data. The default value is 131072. |
![]() | IsClosed | Gets a value indicating whether the OracleCursor object is closed or not. |
![]() | IsNull | Gets a value indicating whether the OracleCursor object represents Null. |
Name | Description | |
---|---|---|
![]() | Close | Closes server cursor. |
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) |
![]() | Dispose | Disposes the resources allocated by the OracleCursor object. |
![]() | GetDataReader | Gets an OracleDataReader for the specified cursor. |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |