WorkItemStore.QueryCount Method
Include Protected Members
Include Inherited Members
Returns the number of WorkItem objects that would be returned if the you had run the Query method instead of this method.
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
Returns the number of WorkItem objects that would be returned if the Query method executed the specified WIQL string.
QueryCount(String, IDictionary)
Returns the number of WorkItem objects that would be returned if the specified WIQL string were executed by the corresponding Query method.
Top