QueryConfiguration Class
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.
Query configuration which contains ModelBoundQuerySettings.
public class QueryConfiguration
type QueryConfiguration = class
Public Class QueryConfiguration
- Inheritance
-
QueryConfiguration
Constructors
QueryConfiguration() |
Properties
ModelBoundQuerySettings |
Gets or sets the ModelBoundQuerySettings. |
Methods
SetCount(Boolean) |
Sets the Countable in ModelBoundQuerySettings. |
SetExpand(IEnumerable<String>, Nullable<Int32>, SelectExpandType) |
Sets the ExpandConfigurations in ModelBoundQuerySettings. |
SetFilter(IEnumerable<String>, Boolean) |
Sets the FilterConfigurations in ModelBoundQuerySettings. |
SetMaxTop(Nullable<Int32>) |
Sets the MaxTop in ModelBoundQuerySettings. |
SetOrderBy(IEnumerable<String>, Boolean) |
Sets the OrderByConfigurations in ModelBoundQuerySettings. |
SetPageSize(Nullable<Int32>) |
Sets the PageSize in ModelBoundQuerySettings. |
SetSelect(IEnumerable<String>, SelectExpandType) |
Sets the SelectConfigurations in ModelBoundQuerySettings. |