The properties of the AdpDataReader class are listed below. For a complete list of AdpDataReader class members, see the AdpDataReader Members topic.
Depth | Gets a value indicating the depth of nesting for the current row. |
FieldCount | Gets the number of columns in the current row. |
IsClosed | Gets a value indicating whether the data reader is closed. |
Item | Gets the value of the specified column in its native format given the column name. |
RecordsAffected | Gets the number of rows changed, inserted, or deleted by execution of the Transact-SQL statement. |
AdpDataReader Class | Advanced.Data.Provider Namespace