LinqDataSourceView 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.(Inherited from QueryableDataSourceView.) |
![]() | 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.(Inherited from QueryableDataSourceView.) |
![]() | AutoPage | Gets or sets a value that indicates whether the QueryableDataSourceView object that is associated with the current QueryableDataSource control supports paging by default.(Inherited from QueryableDataSourceView.) |
![]() | AutoSort | Gets or sets a value that indicates whether the QueryableDataSourceView object that is associated with the current QueryableDataSource control supports sorting by default.(Inherited from QueryableDataSourceView.) |
![]() | CanDelete | Gets a value that indicates whether the LinqDataSourceView object that is associated with the current LinqDataSource control supports the delete operation.(Overrides QueryableDataSourceView::CanDelete.) |
![]() | CanInsert | Gets a value that indicates whether the LinqDataSourceView object that is associated with the current LinqDataSource control supports the insert operation.(Overrides QueryableDataSourceView::CanInsert.) |
![]() | CanPage | Gets a value that indicates whether the LinqDataSourceView object that is associated with the current LinqDataSource control supports paging of retrieved data.(Overrides QueryableDataSourceView::CanPage.) |
![]() | CanRetrieveTotalRowCount | Gets a value that indicates whether the LinqDataSourceView object that is associated with the current LinqDataSource control supports retrieving the total number of data rows, in addition to retrieving the data.(Overrides QueryableDataSourceView::CanRetrieveTotalRowCount.) |
![]() | CanSort | Gets a value that indicates whether the LinqDataSourceView object that is associated with the current LinqDataSource control supports a sorted view of the retrieved data.(Overrides QueryableDataSourceView::CanSort.) |
![]() | CanUpdate | Gets a value that indicates whether the LinqDataSourceView object that is associated with the current LinqDataSource control supports the update operation.(Overrides QueryableDataSourceView::CanUpdate.) |
![]() | Context | Gets or sets the current data context.(Inherited from ContextDataSourceView.) |
![]() | ContextType | Gets the type of the data context class.(Overrides ContextDataSourceView::ContextType.) |
![]() | ContextTypeName | Gets or sets the name of the data context class that contains the field or property specified in the TableName property.(Overrides ContextDataSourceView::ContextTypeName.) |
![]() | DeleteParameters | Gets the collection that contains the parameters that are used during a delete operation.(Inherited from QueryableDataSourceView.) |
![]() | EnableDelete | Gets or sets a value that indicates whether the data source view supports deleting rows. |
![]() | EnableInsert | Gets or sets a value that indicates whether the data source view supports adding new rows. |
![]() | EnableObjectTracking | Gets or sets a value that indicates whether changes to the data-context object are tracked. |
![]() | EnableUpdate | Gets or sets a value that indicates whether the data source view supports updating rows. |
![]() | EntitySet | Gets or sets the object that contains the value of the data to retrieve.(Inherited from ContextDataSourceView.) |
![]() | EntitySetName | Gets or sets the name of the property or field in the data-context class that represents a data collection.(Inherited from ContextDataSourceView.) |
![]() | EntitySetType | Gets or sets the name of the object that is created for an insert, delete, or update operation.(Inherited from ContextDataSourceView.) |
![]() | EntityType | Gets or sets the object that is created for an insert, delete, or update operation.(Inherited from ContextDataSourceView.) |
![]() | EntityTypeName | Gets or sets the name of the object that is created for an insert, delete, or update operation.(Inherited from ContextDataSourceView.) |
![]() | 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.(Inherited from QueryableDataSourceView.) |
![]() | GroupByParameters | Gets a collection of parameters whose values are used to create the GroupBy clause during the select operation.(Inherited from QueryableDataSourceView.) |
![]() | InsertParameters | Gets a collection of parameters that are used during the insert operation.(Inherited from QueryableDataSourceView.) |
![]() | IsTrackingViewState | Gets a value that indicates whether the QueryableDataSourceView object is saving changes to its view state.(Inherited from QueryableDataSourceView.) |
![]() | 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.(Inherited from QueryableDataSourceView.) |
![]() | OrderByParameters | Gets a collection of parameters that are used during the select operation to sort data.(Inherited from QueryableDataSourceView.) |
![]() | OrderGroupsBy | Gets or sets the names of the properties that are used during the select operation to sort grouped data.(Inherited from QueryableDataSourceView.) |
![]() | OrderGroupsByParameters | Gets a collection of parameters that are used to create the OrderGroupsBy clause.(Inherited from QueryableDataSourceView.) |
![]() | SelectNew | Gets or sets the properties and calculated values that are included in the retrieved data.(Inherited from QueryableDataSourceView.) |
![]() | SelectNewParameters | Gets the collection of parameters that are used during a data-retrieval operation.(Inherited from QueryableDataSourceView.) |
![]() | StoreOriginalValuesInViewState | Gets or sets a value that indicates that original values from the select operation will be stored in view state when delete or update operations are enabled. |
![]() | TableName | Gets or sets the name of a property or field of the data context class that contains the data collection. |
![]() | UpdateParameters | Gets the collection of parameters that are used during an update operation.(Inherited from QueryableDataSourceView.) |
![]() | Where | Gets or sets a value that specifies what conditions must be true for a row to be included in the retrieved data.(Inherited from QueryableDataSourceView.) |
![]() | WhereParameters | Gets a collection of parameters that are used to create a Where clause.(Inherited from QueryableDataSourceView.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IStateManager::IsTrackingViewState | When implemented by a class, gets a value that indicates whether a server control is tracking its view-state changes.(Inherited from QueryableDataSourceView.) |



