DataViewSettingCollection Class
Contains a read-only collection of DataViewSetting objects for each DataTable in a DataSet.
For a list of all members of this type, see DataViewSettingCollection Members.
System.Object
System.Data.DataViewSettingCollection
[Visual Basic] <Serializable> Public Class DataViewSettingCollection Implements ICollection, IEnumerable [C#] [Serializable] public class DataViewSettingCollection : ICollection, IEnumerable [C++] [Serializable] public __gc class DataViewSettingCollection : public ICollection, IEnumerable [JScript] public Serializable class DataViewSettingCollection implements ICollection, IEnumerable
Thread Safety
This type is safe for multithreaded read operations. You must synchronize any write operations.
Remarks
A user cannot add or remove a DataViewSetting from the collection, but can change the properties of the DataViewSetting corresponding to a particular DataTable. Adding or removing a DataTable from the DataSet adds or removes the corresponding DataViewSetting from the collection.
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)