System.Data.DataViewSettingCollection Class

Contains a read-only collection of System.Data.DataViewSetting objects for each System.Data.DataTable in a System.Data.DataSet.

See Also: DataViewSettingCollection Members

Syntax

[System.ComponentModel.Editor("Microsoft.VSDesigner.Data.Design.DataViewSettingsCollectionEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public class DataViewSettingCollection : ICollection

Remarks

A user cannot add or remove a System.Data.DataViewSetting from the collection, but can change the properties of the System.Data.DataViewSetting corresponding to a particular System.Data.DataTable. Adding or removing a System.Data.DataTable from the DataSet adds or removes the corresponding System.Data.DataViewSetting from the collection.

Requirements

Namespace: System.Data
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0