DataViewManager Methods
.NET Framework 4.5
The DataViewManager type exposes the following members.
| 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 | |
|---|---|---|
|
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.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.RemoveIndex | Removes the PropertyDescriptor from the indexes used for searching. |
|
IBindingList.RemoveSort | Removes any sort applied using ApplySort. |
|
ICollection.CopyTo | Copies the elements of the ICollection to an Array, starting at a particular Array index. |
|
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.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. |