DataView Methods
Assembly: System.Data (in System.Data.dll)
| 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(Object^, CollectionChangeEventArgs^) | Occurs after a DataColumnCollection has been changed successfully. |
![]() | CopyTo(Array^, Int32) | Copies items into an array. Only for Web Forms Interfaces. |
![]() | Delete(Int32) | 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(array<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(array<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 the default hash function. (Inherited from Object.) |
![]() | GetService(Type^) | Gets the implementer of the IServiceProvider.(Inherited from MarshalByValueComponent.) |
![]() | GetType() | |
![]() | IndexListChanged(Object^, ListChangedEventArgs^) | Occurs after a DataView has been changed successfully. |
![]() | MemberwiseClone() | |
![]() | OnListChanged(ListChangedEventArgs^) | 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() | |
![]() | ToTable(Boolean, array<String^>^) | |
![]() | ToTable(String^) | |
![]() | ToTable(String^, Boolean, array<String^>^) | |
![]() | UpdateIndex() | Reserved for internal use only. |
![]() | UpdateIndex(Boolean) | Reserved for internal use only. |
| 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.) |



