| C1.Data.2 Assembly > C1.Data Namespace : C1DataRow Class |
For a list of all members of this type, see C1DataRow members.
| Name | Description | |
|---|---|---|
![]() | DataItem | Gets the object representing this row in data binding interface IList. |
![]() | DataTable | Gets the C1DataTable to which the row belongs. |
![]() | ExtendedData | Gets a collection of custom user information associated with the row. |
![]() | HasErrors | Gets a value indicating whether there are errors in some of the row field values. |
![]() | Item | Overloaded. Gets or sets the data stored in the row in one of the fields. |
![]() | ItemArray | Gets or sets all of the field values for this row through an array. |
![]() | Modified | For a row in edit mode, gets a value indicating whether at least one of row values has been changed. |
![]() | Ordinal | Gets the position of the row in the C1DataRowCollection. |
![]() | RowError | Gets or sets the custom error description for a row. |
![]() | RowState | Gets the current state of the row. |
![]() | StorageDataRow | Gets the ADO.NET DataRow object storing data of this C1DataRow. |