This documentation is archived and is not being maintained.
ContextDataSourceView Properties
Visual Studio 2010
The ContextDataSourceView type exposes the following members.
| 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 QueryableDataSourceView object that is associated with the current QueryableDataSource control supports delete operations. (Inherited from QueryableDataSourceView.) |
|
CanInsert | Gets a value that indicates whether the QueryableDataSourceView object that is associated with the current QueryableDataSource control supports insert operations. (Inherited from QueryableDataSourceView.) |
|
CanPage | Gets a value that indicates whether the QueryableDataSourceView object that is associated with the current QueryableDataSource control supports paging. (Inherited from QueryableDataSourceView.) |
|
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. (Inherited from QueryableDataSourceView.) |
|
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. (Inherited from QueryableDataSourceView.) |
|
CanUpdate | Gets a value that indicates whether the QueryableDataSourceView object that is associated with the current QueryableDataSource control supports update operations. (Inherited from QueryableDataSourceView.) |
|
Context | Gets or sets the current data context. |
|
ContextType | Gets the type of the data context. |
|
ContextTypeName | Gets or sets the name of the data context class that contains the field or property that is specified in the TableName property. |
|
DeleteParameters | Gets the collection that contains the parameters that are used during a delete operation. (Inherited from QueryableDataSourceView.) |
|
EntitySet | Gets or sets the object that contains the value of the data to retrieve. |
|
EntitySetName | Gets or sets the name of the property or field in the data-context class that represents a data collection. |
|
EntitySetType | Gets or sets the name of the object that is created for an insert, delete, or update operation. |
|
EntityType | Gets or sets the object that is created for an insert, delete, or update operation. (Overrides QueryableDataSourceView::EntityType.) |
|
EntityTypeName | Gets or sets the name of the object that is created for an insert, delete, or update operation. |
|
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.) |
|
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.) |
Show: