DataRow.Item Property
.NET Framework 4.5
Gets or sets data stored in a specified column.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Item[DataColumn] | Gets or sets the data stored in the specified DataColumn. |
|
Item[Int32] | Gets or sets the data stored in the column specified by index. |
|
Item[String] | Gets or sets the data stored in the column specified by name. |
|
Item[DataColumn, DataRowVersion] | Gets the specified version of data stored in the specified DataColumn. |
|
Item[Int32, DataRowVersion] | Gets the data stored in the column, specified by index and version of the data to retrieve. |
|
Item[String, DataRowVersion] | Gets the specified version of data stored in the named column. |