Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataViewManager Class

Contains a default DataViewSettingCollection for each DataTable in a DataSet.

For a list of all members of this type, see DataViewManager Members.

System.Object
   System.ComponentModel.MarshalByValueComponent
      System.Data.DataViewManager

[Visual Basic]
Public Class DataViewManager
   Inherits MarshalByValueComponent
   Implements IBindingList, IList, ICollection, IEnumerable, _
   ITypedList
[C#]
public class DataViewManager : MarshalByValueComponent,
   IBindingList, IList, ICollection, IEnumerable, ITypedList
[C++]
public __gc class DataViewManager : public MarshalByValueComponent,
   IBindingList, IList, ICollection, IEnumerable, ITypedList
[JScript]
public class DataViewManager extends MarshalByValueComponent
   implements IBindingList, IList, ICollection, IEnumerable,
   ITypedList

Thread Safety

This type is safe for multithreaded read operations. You must synchronize any write operations.

Requirements

Namespace: System.Data

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework

Assembly: System.Data (in System.Data.dll)

See Also

DataViewManager Members | System.Data Namespace

Show:
© 2017 Microsoft