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