This documentation is archived and is not being maintained.

Query::BeginCountOnlyQuery Method

Initializes a cancelable asynchronous query that will return only the count of results.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method BeginCountOnlyQuery() Initializes a cancelable asynchronous query that will return only the count of results.
Public method BeginCountOnlyQuery(AsyncCallback) Initializes a cancelable asynchronous query that will return only the count of results by using a callback function.
Top

This method should be followed by Query::RunCountQuery() to execute the query.

Show: