DataQueryParameters Structure Members
In This Topic
The following tables list the members exposed by DataQueryParameters.
Public Properties
| Name | Description |
 | Filter | Gets the filter request that provides information about the filter that must be executed by a query on an underlying data source. |
 | ItemJump | Gets the item-jump request that provides information about the item-jump operation that must be executed by a query on an underlying data source. |
 | Jump | |
 | Skip | Gets the skip request that provides information about the skip operation that must be executed by a query on an underlying data source. |
 | Sort | Gets the sort request that provides information about the sort operation that must be executed by a query on an underlying data source. |
 | Take | Gets the take request that provides information about the take operation that must be executed by a query on an underlying data source. |
Top
See Also