Partager via


EnableQueryAttribute.AllowedQueryOptions Propriété

Définition

Obtient ou définit les paramètres de la requête qui sont autorisés dans les requêtes.

public Microsoft.AspNet.OData.Query.AllowedQueryOptions AllowedQueryOptions { get; set; }
member this.AllowedQueryOptions : Microsoft.AspNet.OData.Query.AllowedQueryOptions with get, set
Public Property AllowedQueryOptions As AllowedQueryOptions

Valeur de propriété

La valeur par défaut inclut toutes les options de requête : $filter, $skip, $top, $orderby, $expand, $select, $count, $format, $skiptoken et $deltatoken.

S’applique à