This documentation is archived and is not being maintained.
DataViewManager Class
.NET Framework 1.1
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
Show: