NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataRowView Class

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

Remarks

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,

Requirements

Namespace: System.Data

Assembly: System.Data.dll

See Also

DataRowView Members | System.Data Namespace | DataRow