| C1.Data.2 Assembly > C1.Data Namespace : C1DataRow Class |
The following tables list the members exposed by C1DataRow.
| Name | Description | |
|---|---|---|
![]() | C1DataRow Constructor |
| 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. |
| Name | Description | |
|---|---|---|
![]() | AcceptChanges | Commits all the changes made to the row since the last time AcceptChanges or RejectChanges was called. |
![]() | BeginEdit | Begins an edit operation on the row. |
![]() | CancelEdit | Cancels the current edit on the row. |
![]() | ClearErrors | Clears the errors for the row, including the RowError and errors set with SetFieldError(Int32,String). |
![]() | Delete | Deletes the row. |
![]() | EndEdit | Ends the edit on the row. |
![]() ![]() | FromDataItem | Gets the C1DataRow object associated with a row object (data item) obtained from data binding. |
![]() | GetChildRows | Overloaded. Gets the child rows of this C1DataRow using the specified relation. |
![]() | GetFieldError | Overloaded. Gets the error description for a field. |
![]() | GetFieldsInError | Gets an array of fields that have errors in this row. |
![]() | GetParentRow | Overloaded. Gets the parent row of this C1DataRow using the specified relation. |
![]() | HasVersion | Gets a value indicating whether a specified row version exists. |
![]() | IsNull | Overloaded. Gets a value indicating whether the specified field contains a null value in this row. |
![]() | Refresh | Refreshes field values in the row. |
![]() | RejectChanges | Rolls back all the changes made to the row since the last time AcceptChanges or RejectChanges was called. |
![]() | SetFieldError | Overloaded. Sets the error description for a field in the row. |
![]() | SetNull | Sets the value of the specified field to null. |
![]() | SetRowStateModified | Changes RowState from Unchanged to Modified without modifying any field in the row. |