DataViewManager Class
.NET Framework 4.5
Contains a default DataViewSettingCollection for each DataTable in a DataSet.
Namespace:
System.Data
Assembly: System.Data (in System.Data.dll)
The DataViewManager type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | DataViewManager() | Initializes a new instance of the DataViewManager class. |
![]() ![]() | DataViewManager(DataSet) | Initializes a new instance of the DataViewManager class for the specified DataSet. |
| Name | Description | |
|---|---|---|
![]() ![]() | Container | Gets the container for the component. (Inherited from MarshalByValueComponent.) |
![]() ![]() | DataSet | Gets or sets the DataSet to use with the DataViewManager. |
![]() ![]() | DataViewSettingCollectionString | Gets or sets a value that is used for code persistence. |
![]() ![]() | DataViewSettings | Gets the DataViewSettingCollection for each DataTable in the DataSet. |
![]() ![]() | DesignMode | Gets a value indicating whether the component is currently in design mode. (Inherited from MarshalByValueComponent.) |
![]() ![]() | Events | Gets the list of event handlers that are attached to this component. (Inherited from MarshalByValueComponent.) |
![]() ![]() | Site | Gets or sets the site of the component. (Inherited from MarshalByValueComponent.) |
| Name | Description | |
|---|---|---|
![]() ![]() | CreateDataView | Creates a DataView for the specified DataTable. |
![]() ![]() | Dispose() | Releases all resources used by the MarshalByValueComponent. (Inherited from MarshalByValueComponent.) |
![]() ![]() | Dispose(Boolean) | Releases the unmanaged resources used by the MarshalByValueComponent and optionally releases the managed resources. (Inherited from MarshalByValueComponent.) |
![]() ![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() ![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from MarshalByValueComponent.) |
![]() ![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() ![]() | GetService | Gets the implementer of the IServiceProvider. (Inherited from MarshalByValueComponent.) |
![]() ![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | OnListChanged | Raises the ListChanged event. |
![]() ![]() | RelationCollectionChanged | Raises a CollectionChanged event when a DataRelation is added to or removed from the DataRelationCollection. |
![]() ![]() | TableCollectionChanged | Raises a CollectionChanged event when a DataTable is added to or removed from the DataTableCollection. |
![]() ![]() | ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from MarshalByValueComponent.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Disposed | Adds an event handler to listen to the Disposed event on the component. (Inherited from MarshalByValueComponent.) |
![]() ![]() | ListChanged | Occurs after a row is added to or deleted from a DataView. |
| Name | Description | |
|---|---|---|
![]() | AsParallel | Enables parallelization of a query. (Defined by ParallelEnumerable.) |
![]() | AsQueryable | Converts an IEnumerable to an IQueryable. (Defined by Queryable.) |
![]() ![]() | Cast<TResult> | Casts the elements of an IEnumerable to the specified type. (Defined by Enumerable.) |
![]() ![]() | OfType<TResult> | Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.) |
| Name | Description | |
|---|---|---|
![]() ![]() ![]() | IBindingList.AddIndex | Adds the PropertyDescriptor to the indexes used for searching. |
![]() ![]() ![]() | IBindingList.AddNew | For a description of this member, see IBindingList.AddNew. |
![]() ![]() ![]() | IBindingList.AllowEdit | For a description of this member, see IBindingList.AllowEdit. |
![]() ![]() ![]() | IBindingList.AllowNew | For a description of this member, see IBindingList.AllowNew. |
![]() ![]() ![]() | IBindingList.AllowRemove | For a description of this member, see IBindingList.AllowRemove. |
![]() ![]() ![]() | IBindingList.ApplySort | Sorts the list based on a PropertyDescriptor and a ListSortDirection. |
![]() ![]() ![]() | IBindingList.Find | Returns the index of the row that has the given PropertyDescriptor. |
![]() ![]() ![]() | IBindingList.IsSorted | For a description of this member, see IBindingList.IsSorted. |
![]() ![]() ![]() | IBindingList.RemoveIndex | Removes the PropertyDescriptor from the indexes used for searching. |
![]() ![]() ![]() | IBindingList.RemoveSort | Removes any sort applied using ApplySort. |
![]() ![]() ![]() | IBindingList.SortDirection | For a description of this member, see IBindingList.SortDirection. |
![]() ![]() ![]() | IBindingList.SortProperty | For a description of this member, see IBindingList.SortProperty. |
![]() ![]() ![]() | IBindingList.SupportsChangeNotification | For a description of this member, see IBindingList.SupportsChangeNotification. |
![]() ![]() ![]() | IBindingList.SupportsSearching | For a description of this member, see IBindingList.SupportsSearching. |
![]() ![]() ![]() | IBindingList.SupportsSorting | For a description of this member, see IBindingList.SupportsSorting. |
![]() ![]() ![]() | ICollection.CopyTo | Copies the elements of the ICollection to an Array, starting at a particular Array index. |
![]() ![]() ![]() | ICollection.Count | For a description of this member, see ICollection.Count. |
![]() ![]() ![]() | ICollection.IsSynchronized | For a description of this member, see ICollection.IsSynchronized. |
![]() ![]() ![]() | ICollection.SyncRoot | For a description of this member, see ICollection.SyncRoot. |
![]() ![]() ![]() | IEnumerable.GetEnumerator | For a description of this member, see IEnumerable.GetEnumerator. |
![]() ![]() ![]() | IList.Add | Adds an item to the IList. |
![]() ![]() ![]() | IList.Clear | For a description of this member, see IList.Clear. |
![]() ![]() ![]() | IList.Contains | Determines whether the IList contains a specific value. |
![]() ![]() ![]() | IList.IndexOf | Determines the index of a specific item in the IList. |
![]() ![]() ![]() | IList.Insert | Inserts an item to the IList at the specified index. |
![]() ![]() ![]() | IList.IsFixedSize | For a description of this member, see IList.IsFixedSize. |
![]() ![]() ![]() | IList.IsReadOnly | For a description of this member, see IList.IsReadOnly. |
![]() ![]() ![]() | IList.Item | Gets or sets the element at the specified index. |
![]() ![]() ![]() | IList.Remove | Removes the first occurrence of a specific object from the IList. |
![]() ![]() ![]() | IList.RemoveAt | Removes the IList item at the specified index. |
![]() ![]() ![]() | ITypedList.GetItemProperties | For a description of this member, see ITypedList.GetItemProperties. |
![]() ![]() ![]() | ITypedList.GetListName | Returns the name of the list. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

