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
Public method Query(String) Executes the query that is described in wiql and returns a collection of work items.
Public method 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)..
Public method Query(String, IDictionary) Executes the query that is described in wiql and the parameters that are described in context.
Public method 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.
Public method 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).
Public method 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

See Also

Reference

WorkItemStore Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace