QueryFactory.BuildCountQuery(FieldFilter, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Builds a count query.
public Microsoft.Store.PartnerCenter.Models.Query.IQuery BuildCountQuery (Microsoft.Store.PartnerCenter.Models.Query.FieldFilter filter = default, object token = default);
member this.BuildCountQuery : Microsoft.Store.PartnerCenter.Models.Query.FieldFilter * obj -> Microsoft.Store.PartnerCenter.Models.Query.IQuery
Public Function BuildCountQuery (Optional filter As FieldFilter = Nothing, Optional token As Object = Nothing) As IQuery
Parameters
- filter
- FieldFilter
An optional filter.
- token
- Object
Optional query token.
Returns
A count query.