QueryableDataSourceView Properties
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() | AutoGenerateOrderByClause | Gets or sets a value that indicates whether the QueryableDataSourceView object that is associated with the current QueryableDataSource control creates a dynamic an OrderBy clause. |
![]() | AutoGenerateWhereClause | Gets or sets a value that indicates whether the QueryableDataSourceView object that is associated with the current QueryableDataSource control creates a dynamic Where clause. |
![]() | AutoPage | Gets or sets a value that indicates whether the QueryableDataSourceView object that is associated with the current QueryableDataSource control supports paging by default. |
![]() | AutoSort | Gets or sets a value that indicates whether the QueryableDataSourceView object that is associated with the current QueryableDataSource control supports sorting by default. |
![]() | CanDelete | Gets a value that indicates whether the QueryableDataSourceView object that is associated with the current QueryableDataSource control supports delete operations.(Overrides DataSourceView::CanDelete.) |
![]() | CanInsert | Gets a value that indicates whether the QueryableDataSourceView object that is associated with the current QueryableDataSource control supports insert operations.(Overrides DataSourceView::CanInsert.) |
![]() | CanPage | Gets a value that indicates whether the QueryableDataSourceView object that is associated with the current QueryableDataSource control supports paging.(Overrides DataSourceView::CanPage.) |
![]() | CanRetrieveTotalRowCount | Gets a value that indicates whether the QueryableDataSourceView object that is associated with the current QueryableDataSource control supports retrieving the total number of data rows, and retrieving the data.(Overrides DataSourceView::CanRetrieveTotalRowCount.) |
![]() | CanSort | Gets a value that indicates whether the QueryableDataSourceView object that is associated with the current QueryableDataSource control supports a sorted view of the retrieved data.(Overrides DataSourceView::CanSort.) |
![]() | CanUpdate | Gets a value that indicates whether the QueryableDataSourceView object that is associated with the current QueryableDataSource control supports update operations.(Overrides DataSourceView::CanUpdate.) |
![]() | DeleteParameters | Gets the collection that contains the parameters that are used during a delete operation. |
![]() | EntityType | Gets the type of the data object to use for CUD operations. |
![]() | Events | Gets a list of event-handler delegates for the data source view.(Inherited from DataSourceView.) |
![]() | GroupBy | Gets or sets the name or names of the properties to use during the select operation for grouping data. |
![]() | GroupByParameters | Gets a collection of parameters whose values are used to create the GroupBy clause during the select operation. |
![]() | InsertParameters | Gets a collection of parameters that are used during the insert operation. |
![]() | IsTrackingViewState | Gets a value that indicates whether the QueryableDataSourceView object is saving changes to its view state. |
![]() | Name | Gets the name of the data source view.(Inherited from DataSourceView.) |
![]() | OrderBy | Gets or sets the name or names of the properties that are used during the select operation to sort data. |
![]() | OrderByParameters | Gets a collection of parameters that are used during the select operation to sort data. |
![]() | OrderGroupsBy | Gets or sets the names of the properties that are used during the select operation to sort grouped data. |
![]() | OrderGroupsByParameters | Gets a collection of parameters that are used to create the OrderGroupsBy clause. |
![]() | SelectNew | Gets or sets the properties and calculated values that are included in the retrieved data. |
![]() | SelectNewParameters | Gets the collection of parameters that are used during a data-retrieval operation. |
![]() | UpdateParameters | Gets the collection of parameters that are used during an update operation. |
![]() | Where | Gets or sets a value that specifies what conditions must be true for a row to be included in the retrieved data. |
![]() | WhereParameters | Gets a collection of parameters that are used to create a Where clause. |
| Name | Description | |
|---|---|---|
![]() ![]() | IStateManager::IsTrackingViewState | When implemented by a class, gets a value that indicates whether a server control is tracking its view-state changes. |



