EntityDataSourceView Properties

 

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Entity (in System.Web.Entity.dll)

NameDescription
System_CAPS_pubpropertyCanDelete

Gets a value that indicates whether the EntityDataSourceView object that is associated with the current EntityDataSource control supports the delete operation.(Overrides DataSourceView::CanDelete.)

System_CAPS_pubpropertyCanInsert

Gets a value that indicates whether the EntityDataSourceView object that is associated with the current EntityDataSource control supports the insert operation.(Overrides DataSourceView::CanInsert.)

System_CAPS_pubpropertyCanPage

Gets a value that indicates whether the EntityDataSourceView object that is associated with the current EntityDataSource control supports paging of retrieved data.(Overrides DataSourceView::CanPage.)

System_CAPS_pubpropertyCanRetrieveTotalRowCount

Gets a value that indicates whether the EntityDataSourceView object that is associated with the current EntityDataSource control supports retrieving the total number of data rows, in addition to retrieving the data.(Overrides DataSourceView::CanRetrieveTotalRowCount.)

System_CAPS_pubpropertyCanSort

Gets a value that indicates whether the EntityDataSourceView object that is associated with the current EntityDataSource control supports a sorted view of the retrieved data.(Overrides DataSourceView::CanSort.)

System_CAPS_pubpropertyCanUpdate

Gets a value that indicates whether the EntityDataSourceView object that is associated with the current EntityDataSource control supports the update operation.(Overrides DataSourceView::CanUpdate.)

System_CAPS_protpropertyEvents

Gets a list of event-handler delegates for the data source view.(Inherited from DataSourceView.)

System_CAPS_pubpropertyName

Gets the name of the data source view.(Inherited from DataSourceView.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privpropertyIStateManager::IsTrackingViewState

Gets a value that indicates whether the EntityDataSourceView object is saving changes to its view state.

Return to top
Show: