DataRow::Item Property
.NET Framework (current version)
Gets or sets data stored in a specified column.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | Item[DataColumn^] | Gets or sets the data stored in the specified DataColumn. |
![]() | Item[DataColumn^, DataRowVersion] | Gets the specified version of data stored in the specified DataColumn. |
![]() | Item[Int32] | Gets or sets the data stored in the column specified by index. |
![]() | Item[Int32, DataRowVersion] | Gets the data stored in the column, specified by index and version of the data to retrieve. |
![]() | Item[String^] | Gets or sets the data stored in the column specified by name. |
![]() | Item[String^, DataRowVersion] | Gets the specified version of data stored in the named column. |
Show:
