Microsoft.Store.PartnerCenter.Models.Query Namespace
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.
Classes
CompoundFieldFilter |
An aggregated filter. Example: (Year = 1999 AND Model = Nissan). |
FieldFilter |
A base class that represents a filter applied to a field. |
QueryFactory |
Creates new instances of IQuery objects. |
SimpleFieldFilter |
A simple filter applied to a field. An example is (Year lessThan 1999). |
Sort |
Specifies sort field and direction. |
Interfaces
IQuery |
Represents a query on an entity. All different queries should implement this contract. |
Enums
FieldFilterOperation |
Enumerates supported filter operations. |
QueryType |
Enumerates query types. |
SeekOperation |
Specifies how to seek a query. |
SortDirection |
Specifies sort direction. |