This documentation is archived and is not being maintained.

QueryContext Properties

The QueryContext type exposes the following members.

  NameDescription
Public property Arguments Gets or sets the arguments to pass to the QueryContext class.
Public property GroupByParameters Gets or sets a collection of parameters that specify which properties are used to group the retrieved data.
Public property OrderByParameters Gets or sets a collection of parameters that specify which fields are used to order the retrieved data.
Public property OrderGroupsByParameters Gets or set a collection of parameters that specify fields that are used to order grouped data.
Public property SelectParameters Gets or sets a collection of parameters that specify the properties and calculated values that are included in the retrieved data.
Public property 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.
Top
Show: