DataView Properties

 

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

NameDescription
System_CAPS_pubpropertyAllowDelete

Sets or gets a value that indicates whether deletes are allowed.

System_CAPS_pubpropertyAllowEdit

Gets or sets a value that indicates whether edits are allowed.

System_CAPS_pubpropertyAllowNew

Gets or sets a value that indicates whether the new rows can be added by using the AddNew method.

System_CAPS_pubpropertyApplyDefaultSort

Gets or sets a value that indicates whether to use the default sort. The default sort is (ascending) by all primary keys as specified by PrimaryKey.

System_CAPS_pubpropertyContainer

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

System_CAPS_pubpropertyCount

Gets the number of records in the DataView after RowFilter and RowStateFilter have been applied.

System_CAPS_pubpropertyDataViewManager

Gets the DataViewManager associated with this view.

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_pubpropertyIsInitialized

Gets a value that indicates whether the component is initialized.

System_CAPS_protpropertyIsOpen

Gets a value that indicates whether the data source is currently open and projecting views of data on the DataTable.

System_CAPS_pubpropertyItem[Int32]

Gets a row of data from a specified table.

System_CAPS_pubpropertyRowFilter

Gets or sets the expression used to filter which rows are viewed in the DataView.

System_CAPS_pubpropertyRowStateFilter

Gets or sets the row state filter used in the DataView.

System_CAPS_pubpropertySite

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

System_CAPS_pubpropertySort

Gets or sets the sort column or columns, and sort order for the DataView.

System_CAPS_pubpropertyTable

Gets or sets the source DataTable.

NameDescription
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]

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

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.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIBindingListView::Filter

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

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIBindingListView::SortDescriptions

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

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIBindingListView::SupportsAdvancedSorting

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

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIBindingListView::SupportsFiltering

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

Return to top
Show: