This documentation is archived and is not being maintained.
QueryContext Properties
Visual Studio 2010
The QueryContext type exposes the following members.
| Name | Description | |
|---|---|---|
|
Arguments | Gets or sets the arguments to pass to the QueryContext class. |
|
GroupByParameters | Gets or sets a collection of parameters that specify which properties are used to group the retrieved data. |
|
OrderByParameters | Gets or sets a collection of parameters that specify which fields are used to order the retrieved data. |
|
OrderGroupsByParameters | Gets or set a collection of parameters that specify fields that are used to order grouped data. |
|
SelectParameters | Gets or sets a collection of parameters that specify the properties and calculated values that are included in the retrieved data. |
|
WhereParameters | Gets or sets a collection of parameters that specify the conditions that must be true for a record to be included in the retrieved data. |
Show: