ODataValidationSettings.AllowedQueryOptions Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit les paramètres de la requête qui sont autorisés dans la requête. La valeur par défaut est toutes les options de requête, y compris $filter, $skip, $top, $orderby, $expand, $select, $count, $format, $skiptoken et $deltatoken.
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