ODataValidationSettings.AllowedFunctions 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 une liste de fonctions autorisées utilisées dans la requête $filter.
Les fonctions admises sont les suivantes :
Chaîne associée : contains, endswith, startswith, length, indexof, substring, tolower, toupper, trim, concat
par exemple, ~/Customers?$filter=length(CompanyName) eq 19
Date et heure associées : année, mois, jour, heure, minute, deuxième, fraction de secondes, date, heure
par exemple, ~/Employees?$filter=year(BirthDate) eq 1971
Mathématiques connexes: rond, plancher, plafond
Type related:isof, cast,
Lié à la collection : any, all
public Microsoft.AspNet.OData.Query.AllowedFunctions AllowedFunctions { get; set; }
member this.AllowedFunctions : Microsoft.AspNet.OData.Query.AllowedFunctions with get, set
Public Property AllowedFunctions As AllowedFunctions