Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataViewManager Class

 

Contains a default DataViewSettingCollection for each DataTable in a DataSet.

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

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Data.DataViewManager

public class DataViewManager : MarshalByValueComponent, IBindingList, 
	IList, ICollection, IEnumerable, ITypedList

NameDescription
System_CAPS_pubmethodDataViewManager()

Initializes a new instance of the DataViewManager class.

System_CAPS_pubmethodDataViewManager(DataSet)

Initializes a new instance of the DataViewManager class for the specified DataSet.

NameDescription
System_CAPS_pubpropertyContainer

Gets the container for the component.(Inherited from MarshalByValueComponent.)

System_CAPS_pubpropertyDataSet

Gets or sets the DataSet to use with the DataViewManager.

System_CAPS_pubpropertyDataViewSettingCollectionString

Gets or sets a value that is used for code persistence.

System_CAPS_pubpropertyDataViewSettings

Gets the DataViewSettingCollection for each DataTable in the DataSet.

System_CAPS_pubpropertyDesignMode

Gets a value indicating whether the component is currently in design mode.(Inherited from MarshalByValueComponent.)

System_CAPS_protpropertyEvents

Gets the list of event handlers that are attached to this component.(Inherited from MarshalByValueComponent.)

System_CAPS_pubpropertySite

Gets or sets the site of the component.(Inherited from MarshalByValueComponent.)

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_pubeventDisposed

Adds an event handler to listen to the Disposed event on the component.(Inherited from MarshalByValueComponent.)

System_CAPS_pubeventListChanged

Occurs after a row is added to or deleted from a DataView.

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(PropertyDescriptor[])

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

System_CAPS_pubinterfaceSystem_CAPS_privmethodITypedList.GetListName(PropertyDescriptor[])

Returns the name of the list.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection.Count

For a description of this member, see ICollection.Count.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection.IsSynchronized

For a description of this member, see ICollection.IsSynchronized.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection.SyncRoot

For a description of this member, see ICollection.SyncRoot.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIList.IsFixedSize

For a description of this member, see IList.IsFixedSize.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIList.IsReadOnly

For a description of this member, see IList.IsReadOnly.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIList.Item[Int32]

Gets or sets the element at the specified index.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIBindingList.AllowEdit

For a description of this member, see IBindingList.AllowEdit.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIBindingList.AllowNew

For a description of this member, see IBindingList.AllowNew.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIBindingList.AllowRemove

For a description of this member, see IBindingList.AllowRemove.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIBindingList.IsSorted

For a description of this member, see IBindingList.IsSorted.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIBindingList.SortDirection

For a description of this member, see IBindingList.SortDirection.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIBindingList.SortProperty

For a description of this member, see IBindingList.SortProperty.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIBindingList.SupportsChangeNotification

For a description of this member, see IBindingList.SupportsChangeNotification.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIBindingList.SupportsSearching

For a description of this member, see IBindingList.SupportsSearching.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIBindingList.SupportsSorting

For a description of this member, see IBindingList.SupportsSorting.

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.)

.NET Framework
Available since 1.1

This type is safe for multithreaded read operations. You must synchronize any write operations.

Return to top
Show:
© 2017 Microsoft