
|
AddRowid
|
This property adds the ROWID as part of the select list.
|

|
AddToStatementCache
|
This property causes executed statements to be cached when the property is set to true and statement caching is enabled. If statement caching is disabled or if this property is set to false, the executed statement is not cached.
|

|
ArrayBindCount
|
This property specifies if the array binding feature is to be used and also specifies the number of array elements to be bound in the OracleParameter.Value property.
|

|
ArrayBindRowsAffected
|
This property returns the number of affected rows for each iteration while executing a DML using array binding.
|

|
BindByName
|
This property specifies the binding method in the collection.
|

|
Command
|
Gets the command associated with the OracleClientDataReader.
|

|
CommandBehavior
|
Gets or Sets the CommandBehavior which provides a description of the results of the query and its effect on the database.
|

|
CommandText
|
Specifies command to execute.
|

|
CommandTimeout
|
Specifies the amount of time to attempt execution of the command.
|

|
CommandType
|
Specifies the type of command to execute.
|

|
Connection
|
Gets the Connection associated with the OracleClientDataReader.
|

|
DataReaderIntf
|
Provides direct access to the ADO.Net OracleDataReader object.
|

|
FetchSize
|
This property specifies the size of OracleClientDataReader's internal cache.
|

|
HiddenFieldCount
|
This property gets the number of fields in the OracleClientDataReader that are hidden.
|

|
InitialLOBFetchSize
|
This property specifies the amount of data that the OracleClientDataReader initially fetches for LOB columns.
|

|
InitialLONGFetchSize
|
This property specifies the amount of data that the OracleClientDataReader initially fetches for LONG and LONG RAW columns.
|

|
OnCancel
|
The event fires after the execution of the command is cancelled.
|

|
OnCommandTextChange
|
The event fires after CommandText is changed.
|

|
OnExecute
|
The event fires after the command is executed.
|

|
ParamCheck
|
Specifies whether the parameter list for an OracleClientCommand is regenerated if the SQL changes at runtime.
|

|
Parameters
|
Contains the parameters for an OracleClientCommand object's SQL statement.
|

|
Prepared
|
Specifies whether the command is prepared before execution.
|

|
RowSize
|
This property gets the amount of memory the internal cache of the OracleClientDataReader needs to store one row of data.
|