.NET Framework Class Library
DataView Members

Represents a databindable, customized view of a DataTable for sorting, filtering, searching, editing, and navigation.

The DataView type exposes the following members.

Constructors

  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkDataViewOverloaded. Initializes a new instance of the DataView class.
Top
Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAddNewAdds a new row to the DataView.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkBeginInitStarts the initialization of a DataView that is used on a form or used by another component. The initialization occurs at runtime.
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCloseCloses the DataView.
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkColumnCollectionChangedOccurs after a DataColumnCollection has been changed successfully.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCopyToCopies items into an array. Only for Web Forms Interfaces.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkDeleteDeletes a row at the specified index.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkDisposeOverloaded. Disposes of the resources, other than memory, that are used by the DataView object.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkEndInitEnds the initialization of a DataView that is used on a form or used by another component. The initialization occurs at runtime.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkEqualsOverloaded. Determines whether the specified objects are considered equal.
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkFinalizeOverloaded.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkFindOverloaded. Finds a row in the DataView by the specified sort key value.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkFindRowsOverloaded. Returns an array of DataRowView objects whose columns match the specified sort key value.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetEnumeratorGets an enumerator for this DataView.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetServiceGets the implementer of the IServiceProvider. (Inherited from MarshalByValueComponent.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkIndexListChangedOccurs after a DataView has been changed successfully.
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkOnListChangedRaises the ListChanged event.
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkOpenOpens a DataView.
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkResetReserved for internal use only.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToStringOverloaded.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToTableOverloaded. Creates and returns a new DataTable based on rows in an existing DataView.
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkUpdateIndexOverloaded. Reserved for internal use only.
Top
Extension Methods

  NameDescription
Public Extension MethodAsQueryableConverts an IEnumerable to an IQueryable. (Defined by Queryable.)
Public Extension MethodCastConverts the elements of an IEnumerable to the specified type. (Defined by Enumerable.)
Public Extension MethodOfTypeFilters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.)
Top
Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkAllowDeleteSets or gets a value that indicates whether deletes are allowed.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkAllowEditGets or sets a value that indicates whether edits are allowed.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkAllowNewGets or sets a value that indicates whether the new rows can be added by using the AddNew method.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkApplyDefaultSortGets or sets a value that indicates whether to use the default sort.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkContainerGets the container for the component. (Inherited from MarshalByValueComponent.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkCountGets the number of records in the DataView after RowFilter and RowStateFilter have been applied.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkDataViewManagerGets the DataViewManager associated with this view.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkDesignModeGets a value indicating whether the component is currently in design mode. (Inherited from MarshalByValueComponent.)
Protected propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkEventsGets the list of event handlers that are attached to this component. (Inherited from MarshalByValueComponent.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIsInitializedGets a value that indicates whether the component is initialized.
Protected propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIsOpenGets a value that indicates whether the data source is currently open and projecting views of data on the DataTable.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkItemGets a row of data from a specified table.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkRowFilterGets or sets the expression used to filter which rows are viewed in the DataView.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkRowStateFilterGets or sets the row state filter used in the DataView.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkSiteGets or sets the site of the component. (Inherited from MarshalByValueComponent.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkSortGets or sets the sort column or columns, and sort order for the DataView.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkTableGets or sets the source DataTable.
Top
Events

  NameDescription
Public eventSupported by the .NET Compact FrameworkSupported by the XNA FrameworkDisposedAdds an event handler to listen to the Disposed event on the component. (Inherited from MarshalByValueComponent.)
Public eventSupported by the .NET Compact FrameworkSupported by the XNA FrameworkInitializedOccurs when initialization of the DataView is completed.
Public eventSupported by the .NET Compact FrameworkSupported by the XNA FrameworkListChangedOccurs when the list managed by the DataView changes.
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkIList..::.AddFor a description of this member, see IList..::.Add.
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkIBindingList..::.AddIndexFor a description of this member, see IBindingList..::.AddIndex.
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkIBindingList..::.AddNewFor a description of this member, see IBindingList..::.AddNew.
Explicit interface implemetationPrivate propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIBindingList..::.AllowEditFor a description of this member, see IBindingList..::.AllowEdit.
Explicit interface implemetationPrivate propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIBindingList..::.AllowNewFor a description of this member, see IBindingList..::.AllowNew.
Explicit interface implemetationPrivate propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIBindingList..::.AllowRemoveFor a description of this member, see IBindingList..::.AllowRemove.
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkIBindingList..::.ApplySortFor a description of this member, see IBindingList..::.ApplySort.
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkIBindingListView..::.ApplySortFor a description of this member, see IBindingListView..::.ApplySort.
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkIList..::.ClearFor a description of this member, see IList..::.Clear.
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkIList..::.ContainsFor a description of this member, see IList..::.Contains.
Explicit interface implemetationPrivate propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIBindingListView..::.FilterFor a description of this member, see IBindingListView..::.Filter.
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkIBindingList..::.FindFor a description of this member, see IBindingList..::.Find.
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkITypedList..::.GetItemPropertiesFor a description of this member, see ITypedList..::.GetItemProperties.
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkITypedList..::.GetListNameFor a description of this member, see ITypedList..::.GetListName.
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkIList..::.IndexOfFor a description of this member, see IList..::.IndexOf.
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkIList..::.InsertFor a description of this member, see IList..::.Insert.
Explicit interface implemetationPrivate propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIList..::.IsFixedSizeFor a description of this member, see IList..::.IsFixedSize.
Explicit interface implemetationPrivate propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIList..::.IsReadOnlyFor a description of this member, see IList..::.IsReadOnly.
Explicit interface implemetationPrivate propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIBindingList..::.IsSortedFor a description of this member, see IBindingList..::.IsSorted.
Explicit interface implemetationPrivate propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkICollection..::.IsSynchronizedFor a description of this member, see ICollection..::.IsSynchronized.
Explicit interface implemetationPrivate propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIList..::.ItemFor a description of this member, see IList..::.Item.
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkIList..::.RemoveFor a description of this member, see IList..::.Remove.
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkIList..::.RemoveAtFor a description of this member, see IList..::.RemoveAt.
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkIBindingListView..::.RemoveFilterFor a description of this member, see IBindingListView..::.RemoveFilter.
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkIBindingList..::.RemoveIndexFor a description of this member, see IBindingList..::.RemoveIndex.
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkIBindingList..::.RemoveSortFor a description of this member, see IBindingList..::.RemoveSort.
Explicit interface implemetationPrivate propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIBindingListView..::.SortDescriptionsFor a description of this member, see IBindingListView..::.SortDescriptions.
Explicit interface implemetationPrivate propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIBindingList..::.SortDirectionFor a description of this member, see IBindingList..::.SortDirection.
Explicit interface implemetationPrivate propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIBindingList..::.SortPropertyFor a description of this member, see IBindingList..::.SortProperty.
Explicit interface implemetationPrivate propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIBindingListView..::.SupportsAdvancedSortingFor a description of this member, see IBindingListView..::.SupportsAdvancedSorting.
Explicit interface implemetationPrivate propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIBindingList..::.SupportsChangeNotificationFor a description of this member, see IBindingList..::.SupportsChangeNotification.
Explicit interface implemetationPrivate propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIBindingListView..::.SupportsFilteringFor a description of this member, see IBindingListView..::.SupportsFiltering.
Explicit interface implemetationPrivate propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIBindingList..::.SupportsSearchingFor a description of this member, see IBindingList..::.SupportsSearching.
Explicit interface implemetationPrivate propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIBindingList..::.SupportsSortingFor a description of this member, see IBindingList..::.SupportsSorting.
Explicit interface implemetationPrivate propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkICollection..::.SyncRootFor a description of this member, see ICollection..::.SyncRoot.
Top
See Also

Reference

Tags :


Page view tracker