Query Members
Include Protected Members
Include Inherited Members
This class encapsulates a Query against the work item store. Queries are scoped to a WorkItemStore and are described in the Work Item Query Language.
The Query type exposes the following members.
Constructors
Name
Description
Overloaded.
Top
Methods
Name
Description
Overloaded. Runs a Query where only the number of results is returned, not the actual result values.
Overloaded. Runs a Query and returns a cancelable asynchronous result.
Returns the result of the count-only query after completing the asynchronous call.
Returns the result of the Query after completing the asynchronous call.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets the UTC DateTime at which the query was last run.
Gets the UTC DateTime at which the query was last run.
Gets the list of fields to be displayed as part of the Query result.
Gets the WIQL query string for this Query.
Gets the list of fields used to sort the Query results.
Gets the work item store against which to Query.
Top
Events
Name
Description
Event handler for asynchronous changes to the state of a Query.
Top