DefaultQuerySettings Class

Definition

This class describes the default settings to use during query composition.

public class DefaultQuerySettings
type DefaultQuerySettings = class
Public Class DefaultQuerySettings
Inheritance
DefaultQuerySettings

Constructors

DefaultQuerySettings()

Properties

EnableCount

Gets or sets a value indicating whether entity set and property can apply $count.

EnableExpand

Gets or sets a value indicating whether navigation property can be expanded.

EnableFilter

Gets or sets a value indicating whether property can apply $filter.

EnableOrderBy

Gets or sets a value indicating whether property can apply $orderby.

EnableSelect

Gets or sets a value indicating whether property can be selected.

EnableSkipToken

Gets or sets a value indicating whether the service will use skiptoken or not.

MaxTop

Gets or sets the max value of $top that a client can request.

Applies to