DefaultQuerySettings 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.
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. |