DataView Methods

 

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

NameDescription
System_CAPS_pubmethodAddNew()

Adds a new row to the DataView.

System_CAPS_pubmethodBeginInit()

Starts the initialization of a DataView that is used on a form or used by another component. The initialization occurs at runtime.

System_CAPS_protmethodClose()

Closes the DataView.

System_CAPS_protmethodColumnCollectionChanged(Object^, CollectionChangeEventArgs^)

Occurs after a DataColumnCollection has been changed successfully.

System_CAPS_pubmethodCopyTo(Array^, Int32)

Copies items into an array. Only for Web Forms Interfaces.

System_CAPS_pubmethodDelete(Int32)

Deletes a row at the specified index.

System_CAPS_pubmethodDispose()

Releases all resources used by the MarshalByValueComponent.(Inherited from MarshalByValueComponent.)

System_CAPS_protmethodDispose(Boolean)

Disposes of the resources (other than memory) used by the DataView object.(Overrides MarshalByValueComponent::Dispose(Boolean).)

System_CAPS_pubmethodEndInit()

Ends the initialization of a DataView that is used on a form or used by another component. The initialization occurs at runtime.

System_CAPS_pubmethodEquals(DataView^)

Determines whether the specified DataView instances are considered equal.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from MarshalByValueComponent.)

System_CAPS_pubmethodFind(Object^)

Finds a row in the DataView by the specified sort key value.

System_CAPS_pubmethodFind(array<Object^>^)

Finds a row in the DataView by the specified sort key values.

System_CAPS_pubmethodFindRows(Object^)

Returns an array of DataRowView objects whose columns match the specified sort key value.

System_CAPS_pubmethodFindRows(array<Object^>^)

Returns an array of DataRowView objects whose columns match the specified sort key value.

System_CAPS_pubmethodGetEnumerator()

Gets an enumerator for this DataView.

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetService(Type^)

Gets the implementer of the IServiceProvider.(Inherited from MarshalByValueComponent.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodIndexListChanged(Object^, ListChangedEventArgs^)

Occurs after a DataView has been changed successfully.

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_protmethodOnListChanged(ListChangedEventArgs^)

Raises the ListChanged event.

System_CAPS_protmethodOpen()

Opens a DataView.

System_CAPS_protmethodReset()

Reserved for internal use only.

System_CAPS_pubmethodToString()

Returns a String containing the name of the Component, if any. This method should not be overridden.(Inherited from MarshalByValueComponent.)

System_CAPS_pubmethodToTable()

Creates and returns a new DataTable based on rows in an existing DataView.

System_CAPS_pubmethodToTable(Boolean, array<String^>^)

Creates and returns a new DataTable based on rows in an existing DataView.

System_CAPS_pubmethodToTable(String^)

Creates and returns a new DataTable based on rows in an existing DataView.

System_CAPS_pubmethodToTable(String^, Boolean, array<String^>^)

Creates and returns a new DataTable based on rows in an existing DataView.

System_CAPS_protmethodUpdateIndex()

Reserved for internal use only.

System_CAPS_protmethodUpdateIndex(Boolean)

Reserved for internal use only.

NameDescription
System_CAPS_pubmethodAsParallel()

Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.)

System_CAPS_pubmethodAsQueryable()

Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.)

System_CAPS_pubmethodCast<TResult>()

Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.)

System_CAPS_pubmethodOfType<TResult>()

Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Add(Object^)

For a description of this member, see IList::Add.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Clear()

For a description of this member, see IList::Clear.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Contains(Object^)

For a description of this member, see IList::Contains.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::IndexOf(Object^)

For a description of this member, see IList::IndexOf.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Insert(Int32, Object^)

For a description of this member, see IList::Insert.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Remove(Object^)

For a description of this member, see IList::Remove.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::RemoveAt(Int32)

For a description of this member, see IList::RemoveAt.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIBindingList::AddIndex(PropertyDescriptor^)

For a description of this member, see IBindingList::AddIndex.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIBindingList::AddNew()

For a description of this member, see IBindingList::AddNew.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIBindingList::ApplySort(PropertyDescriptor^, ListSortDirection)

For a description of this member, see IBindingList::ApplySort.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIBindingList::Find(PropertyDescriptor^, Object^)

For a description of this member, see IBindingList::Find.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIBindingList::RemoveIndex(PropertyDescriptor^)

For a description of this member, see IBindingList::RemoveIndex.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIBindingList::RemoveSort()

For a description of this member, see IBindingList::RemoveSort.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIBindingListView::ApplySort(ListSortDescriptionCollection^)

For a description of this member, see IBindingListView::ApplySort.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIBindingListView::RemoveFilter()

For a description of this member, see IBindingListView::RemoveFilter.

System_CAPS_pubinterfaceSystem_CAPS_privmethodITypedList::GetItemProperties(array<PropertyDescriptor^>^)

For a description of this member, see ITypedList::GetItemProperties.

System_CAPS_pubinterfaceSystem_CAPS_privmethodITypedList::GetListName(array<PropertyDescriptor^>^)

For a description of this member, see ITypedList::GetListName.

Return to top
Show: