DataViewManager Methods

 

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

NameDescription
System_CAPS_pubmethodCreateDataView(DataTable^)

Creates a DataView for the specified DataTable.

System_CAPS_pubmethodDispose()

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

System_CAPS_protmethodDispose(Boolean)

Releases the unmanaged resources used by the MarshalByValueComponent and optionally releases the managed resources.(Inherited from MarshalByValueComponent.)

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_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_protmethodMemberwiseClone()

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

System_CAPS_protmethodOnListChanged(ListChangedEventArgs^)

Raises the ListChanged event.

System_CAPS_protmethodRelationCollectionChanged(Object^, CollectionChangeEventArgs^)

Raises a CollectionChanged event when a DataRelation is added to or removed from the DataRelationCollection.

System_CAPS_protmethodTableCollectionChanged(Object^, CollectionChangeEventArgs^)

Raises a CollectionChanged event when a DataTable is added to or removed from the DataTableCollection.

System_CAPS_pubmethodToString()

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

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_privmethodICollection::CopyTo(Array^, Int32)

Copies the elements of the ICollection to an Array, starting at a particular Array index.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable::GetEnumerator()

For a description of this member, see IEnumerable::GetEnumerator.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Add(Object^)

Adds an item to the IList.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Clear()

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

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Contains(Object^)

Determines whether the IList contains a specific value.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::IndexOf(Object^)

Determines the index of a specific item in the IList.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Insert(Int32, Object^)

Inserts an item to the IList at the specified index.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Remove(Object^)

Removes the first occurrence of a specific object from the IList.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::RemoveAt(Int32)

Removes the IList item at the specified index.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIBindingList::AddIndex(PropertyDescriptor^)

Adds the PropertyDescriptor to the indexes used for searching.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIBindingList::AddNew()

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

System_CAPS_pubinterfaceSystem_CAPS_privmethodIBindingList::ApplySort(PropertyDescriptor^, ListSortDirection)

Sorts the list based on a PropertyDescriptor and a ListSortDirection.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIBindingList::Find(PropertyDescriptor^, Object^)

Returns the index of the row that has the given PropertyDescriptor.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIBindingList::RemoveIndex(PropertyDescriptor^)

Removes the PropertyDescriptor from the indexes used for searching.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIBindingList::RemoveSort()

Removes any sort applied using ApplySort.

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

Returns the PropertyDescriptorCollection that represents the properties on each item used to bind data.

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

Returns the name of the list.

Return to top
Show: