Compartir a través de


ODataValidationSettings.AllowedFunctions Propiedad

Definición

Obtiene o define una lista de funciones permitidas que se usan en la consulta $filter.

Entre las funciones permitidas se incluyen las siguientes:

Cadena relacionada: contains, endswith, startswith, length, indexof, substring, tolower, toupper, trim, concat

Por ejemplo, ~/Customers?$filter=length(CompanyName) eq 19

Fecha y hora relacionadas: year, month, day, hour, minute, second, fractionalseconds, date, time

Por ejemplo, ~/Employees?$filter=year(BirthDate) eq 1971

Matemáticas relacionadas: round, floor, ceiling

Tipo related:isof, cast,

Colección relacionada: 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

Valor de propiedad

Se aplica a