ModelDataSourceView Properties
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | CanDelete | Gets a value that indicates whether the ModelDataSourceView object that is associated with the current ModelDataSource control supports the delete operation.(Overrides DataSourceView::CanDelete.) |
![]() | CanInsert | Gets a value that indicates whether the ModelDataSourceView object that is associated with the current ModelDataSource control supports the insert operation.(Overrides DataSourceView::CanInsert.) |
![]() | CanPage | Gets a value that indicates whether the ModelDataSourceView object that is associated with the current ModelDataSource control supports paging through the retrieved data.(Overrides DataSourceView::CanPage.) |
![]() | CanRetrieveTotalRowCount | Gets a value that indicates whether the ModelDataSourceView object that is associated with the current ModelDataSource control supports retrieving the total number of data rows, in addition to the set of data.(Overrides DataSourceView::CanRetrieveTotalRowCount.) |
![]() | CanSort | Gets a value that indicates whether the ModelDataSourceView object that is associated with the current ModelDataSource control supports a sorted view on the underlying data source.(Overrides DataSourceView::CanSort.) |
![]() | CanUpdate | Gets a value that indicates whether the ModelDataSourceView object that is associated with the current ModelDataSource control supports the update operation.(Overrides DataSourceView::CanUpdate.) |
![]() | DataKeyName | Gets the first item in the DataKeyNames array of the data-bound control if the data-bound control is a FormView, ListView, GridView, or DetailsView control. |
![]() | DeleteMethod | Gets or sets the name of the method that the ModelDataSourceView object invokes to delete data. |
![]() | Events | Gets a list of event-handler delegates for the data source view.(Inherited from DataSourceView.) |
![]() | InsertMethod | Gets or sets the name of the method that the ModelDataSourceView object invokes to insert data. |
![]() | ModelTypeName | Gets the data type name for the data bound control. |
![]() | Name | Gets the name of the data source view.(Inherited from DataSourceView.) |
![]() | SelectMethod | Gets or sets the name of the method that the ModelDataSourceView control invokes to retrieve data. |
![]() | UpdateMethod | Gets or sets the name of the method that the ModelDataSourceView object invokes to update data. |
| Name | Description | |
|---|---|---|
![]() ![]() | IStateManager::IsTrackingViewState | Gets a value indicating whether a server control is tracking its view state changes. |



