IQuery Interface
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.
Represents a query on an entity. All different queries should implement this contract.
public interface IQuery
type IQuery = interface
Public Interface IQuery
Properties
Filter |
Gets or sets the query filter. |
Index |
Gets or sets the result starting index. |
PageSize |
Gets or sets the results page size. |
SeekOperation |
Gets or sets the seek operation that needs to be performed. |
Sort |
Gets or sets the query sorting options. |
Token |
Gets or sets the query token. The token may hold context used to represent current state with back end services. |
Type |
Gets the query type. |