AllowedQueryOptions Enum

Definition

The QueryExpression properties to allow for querying.

This enumeration supports a bitwise combination of its member values.

public enum class AllowedQueryOptions
[System.Flags]
public enum AllowedQueryOptions
[<System.Flags>]
type AllowedQueryOptions = 
Public Enum AllowedQueryOptions
Inheritance
AllowedQueryOptions
Attributes

Fields

All 31

A value that corresponds to allowing all query options.

Filter 1

A value that corresponds to allowing the Criteria QueryExpression property.

LinkEntity 2

A value that corresponds to allowing the LinkEntity QueryExpression property.

None 0

A value that corresponds to allowing no query options.

OrderBy 8

A value that corresponds to allowing the Orders QueryExpression property.

Project 4

A value that corresponds to allowing named columns in the ColumnSet QueryExpression property.

Top 16

A value that corresponds to allowing the TopCount QueryExpression property.

Applies to