QueryContext Properties
.NET Framework (current version)
Namespace:
System.Web.UI.WebControls
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
| 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:
