Share via


QueryConfiguration Class

Definition

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.

Applies to