IExtendedDataRecord Properties
.NET Framework 4.5
The IExtendedDataRecord type exposes the following members.
| Name | Description | |
|---|---|---|
|
DataRecordInfo | Gets DataRecordInfo for this IExtendedDataRecord. |
|
FieldCount | Gets the number of columns in the current row. (Inherited from IDataRecord.) |
|
Item[Int32] | Gets the column located at the specified index. (Inherited from IDataRecord.) |
|
Item[String] | Gets the column with the specified name. (Inherited from IDataRecord.) |