ICustomerCollection.Query(IQuery) 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.
Queries customers associated to the partner.
- Count queries are not supported by this operation.
- You can set the page size or filter or do both at the same time.
- Sort is not supported.
- You can navigate to other pages by specifying a seek query with the seek operation and the continuation token sent by the previous operation.
public Microsoft.Store.PartnerCenter.Models.SeekBasedResourceCollection<Microsoft.Store.PartnerCenter.Models.Customers.Customer> Query (Microsoft.Store.PartnerCenter.Models.Query.IQuery customersQuery);
abstract member Query : Microsoft.Store.PartnerCenter.Models.Query.IQuery -> Microsoft.Store.PartnerCenter.Models.SeekBasedResourceCollection<Microsoft.Store.PartnerCenter.Models.Customers.Customer>
Public Function Query (customersQuery As IQuery) As SeekBasedResourceCollection(Of Customer)
Parameters
- customersQuery
- IQuery
A query to apply onto customers. Check QueryFactory to see how to build queries.
Returns
The requested customers.