Partager via


ODataValidationSettings.AllowedFunctions Propriété

Définition

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

Valeur de propriété

S’applique à