DataViewManager Class
Contains a default DataViewSettingCollection for each DataTable in a DataSet.
Assembly: System.Data (in System.Data.dll)
| 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(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 the default hash function. (Inherited from Object.) |
![]() | GetService(Type^) | Gets the implementer of the IServiceProvider.(Inherited from MarshalByValueComponent.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | OnListChanged(ListChangedEventArgs^) | Raises the ListChanged event. |
![]() | RelationCollectionChanged(Object^, CollectionChangeEventArgs^) | Raises a CollectionChanged event when a DataRelation is added to or removed from the DataRelationCollection. |
![]() | TableCollectionChanged(Object^, CollectionChangeEventArgs^) | 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() | Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.) |
![]() | AsQueryable() | Overloaded. 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.) |
Available since 1.1
This type is safe for multithreaded read operations. You must synchronize any write operations.







