DataView Methods
.NET Framework 4
The DataView type exposes the following members.
| Name | Description | |
|---|---|---|
|
AddNew | Adds a new row to the DataView. |
|
BeginInit | Starts the initialization of a DataView that is used on a form or used by another component. The initialization occurs at runtime. |
|
Close | Closes the DataView. |
|
ColumnCollectionChanged | Occurs after a DataColumnCollection has been changed successfully. |
|
CopyTo | Copies items into an array. Only for Web Forms Interfaces. |
|
Delete | Deletes a row at the specified index. |
|
Dispose() | Releases all resources used by the MarshalByValueComponent. (Inherited from MarshalByValueComponent.) |
|
Dispose(Boolean) | Disposes of the resources (other than memory) used by the DataView object. (Overrides MarshalByValueComponent.Dispose(Boolean).) |
|
EndInit | Ends the initialization of a DataView that is used on a form or used by another component. The initialization occurs at runtime. |
|
Equals(DataView) | Determines whether the specified DataView instances are considered equal. |
|
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.) |
|
Find(Object) | Finds a row in the DataView by the specified sort key value. |
|
Find(Object[]) | Finds a row in the DataView by the specified sort key values. |
|
FindRows(Object) | Returns an array of DataRowView objects whose columns match the specified sort key value. |
|
FindRows(Object[]) | Returns an array of DataRowView objects whose columns match the specified sort key value. |
|
GetEnumerator | Gets an enumerator for this DataView. |
|
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.) |
|
IndexListChanged | Occurs after a DataView has been changed successfully. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
OnListChanged | Raises the ListChanged event. |
|
Open | Opens a DataView. |
|
Reset | Reserved for internal use only. |
|
ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from MarshalByValueComponent.) |
|
ToTable() | Creates and returns a new DataTable based on rows in an existing DataView. |
|
ToTable(String) | Creates and returns a new DataTable based on rows in an existing DataView. |
|
ToTable(Boolean, String[]) | Creates and returns a new DataTable based on rows in an existing DataView. |
|
ToTable(String, Boolean, String[]) | Creates and returns a new DataTable based on rows in an existing DataView. |
|
UpdateIndex() | Reserved for internal use only. |
|
UpdateIndex(Boolean) | Reserved for internal use only. |
| 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 | For a description of this member, see IBindingList.AddIndex. |
|
IBindingList.AddNew | For a description of this member, see IBindingList.AddNew. |
|
IBindingList.ApplySort | For a description of this member, see IBindingList.ApplySort. |
|
IBindingList.Find | For a description of this member, see IBindingList.Find. |
|
IBindingList.RemoveIndex | For a description of this member, see IBindingList.RemoveIndex. |
|
IBindingList.RemoveSort | For a description of this member, see IBindingList.RemoveSort. |
|
IBindingListView.ApplySort | For a description of this member, see IBindingListView.ApplySort. |
|
IBindingListView.RemoveFilter | For a description of this member, see IBindingListView.RemoveFilter. |
|
IList.Add | For a description of this member, see IList.Add. |
|
IList.Clear | For a description of this member, see IList.Clear. |
|
IList.Contains | For a description of this member, see IList.Contains. |
|
IList.IndexOf | For a description of this member, see IList.IndexOf. |
|
IList.Insert | For a description of this member, see IList.Insert. |
|
IList.Remove | For a description of this member, see IList.Remove. |
|
IList.RemoveAt | For a description of this member, see IList.RemoveAt. |
|
ITypedList.GetItemProperties | For a description of this member, see ITypedList.GetItemProperties. |
|
ITypedList.GetListName | For a description of this member, see ITypedList.GetListName. |