This documentation is archived and is not being maintained.
SqlDataRecord Properties
Visual Studio 2010
The SqlDataRecord type exposes the following members.
| Name | Description | |
|---|---|---|
|
FieldCount | Gets the number of columns in the data row. This property is read-only. |
|
Item[Int32] | Gets the common language runtime (CLR) type value for the column specified by the column ordinal argument. |
|
Item[String] | Gets the common language runtime (CLR) type value for the column specified by the column name argument. |
Show: