EnableQueryAttribute.AllowedFunctions Property

Definition

Gets or sets a value that represents a list of allowed functions used in the $filter query. Supported functions include the following:

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

Property Value

Applies to