| C1.Data.2 Assembly > C1.Data Namespace > C1DataRow Class : Item Property |
| Overload | Description |
|---|---|
| Item(Int32) | Gets or sets the data stored in the row in one of the fields. |
| Item(String) | Gets or sets the data stored in the row in one of the fields. |
| Item(DataField) | Gets or sets the data stored in the row in one of the fields. |
| Item(Int32,DataRowVersionEnum) | Gets or sets the data stored in the row in one of the fields. |
| Item(String,DataRowVersionEnum) | Gets or sets the data stored in the row in one of the fields. |
| Item(DataField,DataRowVersionEnum) | Gets or sets the data stored in the row in one of the fields. |