C1.Silverlight.Data Namespace : DataRow Class |
The following tables list the members exposed by DataRow.
Name | Description | |
---|---|---|
![]() | HasErrors | Gets a value that indicates whether there are errors in a row. |
![]() | Item | Overloaded. Gets or sets the value stored in this row for a given column. |
![]() | ItemArray | Gets or sets an array of objects that represent the data stored in this row. |
![]() | RowError | Gets or sets the custom error description for a row. |
![]() | RowState | Gets a DataRowState value that determines the state of this row. |
![]() | Table | Gets a reference to the DataTable that contains this row. |
Name | Description | |
---|---|---|
![]() | AcceptChanges | Marks the row as unchanged. |
![]() | ClearErrors | Clears the errors for the row. This includes the RowError and errors set with SetColumnError. |
![]() | Delete | Removes this row from its parent table. |
![]() | GetChildRows | Overloaded. Gets the child rows of this DataRow using the specified DataRelation. |
![]() | GetColumnError | Overloaded. Gets the error description of the specified DataColumn. |
![]() | GetColumnsInError | Gets an array of columns that have errors. |
![]() | GetParentRow | Overloaded. Gets the parent row of this DataRow using the specified DataRelation. |
![]() | GetRowView | Overloaded. Gets a dynamically-built object suitable for data-binding scenarios. |
![]() | SetColumnError | Overloaded. Sets the error description for a column specified as a DataColumn. |
Name | Description | |
---|---|---|
![]() | PropertyChanged | Fires when a field value changes. |