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

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

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

|
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 OleDbCommand is regenerated if the SQL changes at runtime.
|

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

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