Compartilhar via


ODataValidationSettings.AllowedFunctions Propriedade

Definição

Obtém ou define uma lista de funções permitidas usadas na consulta $filter.

As funções permitidas incluem as seguintes:

Cadeia de caracteres relacionada: contém, endswith, startswith, length, indexof, substring, tolower, toupper, trim, concat

por exemplo, ~/Customers?$filter=length(CompanyName) eq 19

Data e Hora relacionadas: ano, mês, dia, hora, minuto, segundo, fracionários, data, hora

por exemplo, ~/Funcionários?$filter=year(BirthDate) eq 1971

Matemática relacionada: round, floor, ceiling

Tipo related:isof, cast,

Coleção 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 da propriedade

Aplica-se a