WorkItemStore.Query Method
Include Protected Members
Include Inherited Members
Executes the specified query and returns a collection of work items.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Query(String) | Executes the query that is described in wiql and returns a collection of work items. | |
Query(array<Int32[], String) | Gets the set of fields that is referred to in wiql for the work items that are specified by an ID number (ids).. | |
Query(String, IDictionary) | Executes the query that is described in wiql and the parameters that are described in context. | |
Query(BatchReadParameterCollection, String) | Gets the set of fields that is referred to in Wiql for the work items that are specified by the ID/revision pairs in batchReadParams. | |
Query(array<Int32[], array<Int32[], String) | Gets the set of fields that is referred to in wiql for the work items that are specified by an ID number, ids, and revision (revs). | |
Query(array<Int32[], String, DateTime) | Gets the set of fields that is referred to in wiql for the work items that are specified by an ID number (ids) as of the date that is specified in asof. |
Top