Represents a customized view of a DataRow.
Object
DataRowViewTypeDescriptor
DataRowView
[Visual Basic] Public Class DataRowView Inherits DataRowViewTypeDescriptor Implements ITypedObject, IEditableObject, IDataErrorInfo [C#] public class DataRowView : DataRowViewTypeDescriptor, ITypedObject, IEditableObject, IDataErrorInfo [C++] public __gc class DataRowView : public DataRowViewTypeDescriptor, ITypedObject, IEditableObject, IDataErrorInfo [JScript] public class DataRowView extends DataRowViewTypeDescriptor, ITypedObject, IEditableObject, IDataErrorInfo
A DataRow can have one of four different version states: Default, Original, Current, and Proposed.When reconciling data, it's important to have as much information as possible. Use the DataRowView to view only those versions which are of interest.
The DataRowView is related to the DataView. Where a DataView is a customized "view" of a table, with a custom sort,
Namespace: System.Data
Assembly: System.Data.dll