DataViewManager Methods
Assembly: System.Data (in System.Data.dll)
| 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 | |
|---|---|---|
![]() | 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.) |



