
|
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 DbDataReader object.
|

|
Depth
|
Gets a value indicating the depth of nesting for the current row.
|

|
FieldCount
|
Gets the number of columns in the current row.
|

|
HasRows
|
Gets a value that indicates whether this DbDataReader contains one or more rows.
|

|
IsClosed
|
Gets a value indicating whether the DbDataReader is closed.
|

|
ItemS[WideString]
|
Gets the value of the specified column.
|

|
Item[Integer]
|
Gets the value of the specified column.
|

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

|
Parameters
|
Contains the parameters for an ADO.Net command object's SQL statement.
|

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

|
RecordsAffected
|
Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.
|

|
VisibleFieldCount
|
Gets the number of fields in the DbDataReader that are not hidden.
|