This documentation is archived and is not being maintained.
Query::BeginCountOnlyQuery Method
Visual Studio 2013
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 | |
|---|---|---|
|
BeginCountOnlyQuery() | Initializes a cancelable asynchronous query that will return only the count of results. |
|
BeginCountOnlyQuery(AsyncCallback) | Initializes a cancelable asynchronous query that will return only the count of results by using a callback function. |
This method should be followed by Query::RunCountQuery() to execute the query.
Show: