C1.Silverlight.Data Namespace : DataRowView Class |
The following tables list the members exposed by DataRowView.
Name | Description | |
---|---|---|
![]() | DataRowView Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Equals | Determines if two DataRowView objects refer to the same DataRow. |
![]() | GetData | Overloaded. Gets the data for a specified column in the underlying DataRow. |
![]() | GetErrors | Gets the validation errors for a specified property or for the entire data row. |
![]() | GetHashCode | Serves as a hash function for a particular type. |
![]() | GetRow | Gets a reference to the underlying DataRow object. |
![]() | SetData | Overloaded. Sets the data for a specified column in the underlying DataRow. |
Name | Description | |
---|---|---|
![]() | ErrorsChanged | Occurs when the validation errors have changed for a property or for the entire data row. |
![]() | PropertyChanged | Fires when one of the fields in the underlying DataRow changes value. |