IWrappedDataReader Properties |
The IWrappedDataReader type exposes the following members.
Name | Description | |
---|---|---|
![]() | Command |
Obtain the underlying command
|
![]() | Depth | Gets a value indicating the depth of nesting for the current row. (Inherited from IDataReader.) |
![]() | FieldCount | Gets the number of columns in the current row. (Inherited from IDataRecord.) |
![]() | IsClosed | Gets a value indicating whether the data reader is closed. (Inherited from IDataReader.) |
![]() | ItemInt32 | Gets the column located at the specified index. (Inherited from IDataRecord.) |
![]() | ItemString | Gets the column with the specified name. (Inherited from IDataRecord.) |
![]() | Reader |
Obtain the underlying reader
|
![]() | RecordsAffected | Gets the number of rows changed, inserted, or deleted by execution of the SQL statement. (Inherited from IDataReader.) |