Functions to allow for querying using $filter.
Namespace:   System.Web.OData.Query
Assembly:  System.Web.OData (in System.Web.OData.dll)
Syntax
[FlagsAttribute]
public enum AllowedFunctions
[FlagsAttribute]
public enum class AllowedFunctions
[<FlagsAttribute>]
type AllowedFunctions
<FlagsAttribute>
Public Enumeration AllowedFunctions
Members
| Member name | Description | |
|---|---|---|
| All | A value that corresponds to allowing 'All' function in $filter. | |
| AllDateTimeFunctions | A value that corresponds to allowing all datetime related functions in $filter. | |
| AllFunctions | A value that corresponds to allowing all functions in $filter. | |
| AllMathFunctions | A value that corresponds to allowing math related functions in $filter. | |
| AllStringFunctions | A value that corresponds to allowing all string related functions in $filter. | |
| Any | A value that corresponds to allowing 'Any' function in $filter. | |
| Cast | A value that corresponds to allowing 'Cast' function in $filter. | |
| Ceiling | A value that corresponds to allowing 'Ceiling' function in $filter. | |
| Concat | A value that corresponds to allowing 'Concat' function in $filter. | |
| Date | A value that corresponds to allowing 'Date' function in $filter. | |
| Day | A value that corresponds to allowing 'Day' function in $filter. | |
| EndsWith | A value that corresponds to allowing 'EndsWith' function in $filter. | |
| Floor | A value that corresponds to allowing 'Floor' function in $filter. | |
| FractionalSeconds | A value that corresponds to allowing 'Fractionalseconds' function in $filter. | |
| Hour | A value that corresponds to allowing 'Hour' function in $filter. | |
| IndexOf | A value that corresponds to allowing 'IndexOf' function in $filter. | |
| IsOf | A value that corresponds to allowing 'IsOf' function in $filter. | |
| Length | A value that corresponds to allowing 'Length' function in $filter. | |
| Minute | A value that corresponds to allowing 'Minute' function in $filter. | |
| Month | A value that corresponds to allowing 'Month' function in $filter. | |
| None | A value that corresponds to allowing no functions in $filter. | |
| Round | A value that corresponds to allowing 'Round' function in $filter. | |
| Second | A value that corresponds to allowing 'Second' function in $filter. | |
| StartsWith | A value that corresponds to allowing 'StartsWith' function in $filter. | |
| Substring | A value that corresponds to allowing 'Substring' function in $filter. | |
| SubstringOf | A value that corresponds to allowing 'SubstringOf' function in $filter. | |
| Time | A value that corresponds to allowing 'Time' function in $filter. | |
| ToLower | A value that corresponds to allowing 'ToLower' function in $filter. | |
| ToUpper | A value that corresponds to allowing 'ToUpper' function in $filter. | |
| Trim | A value that corresponds to allowing 'Trim' function in $filter. | |
| Year | A value that corresponds to allowing 'Year' function in $filter. | 
See Also
System.Web.OData.Query Namespace
Return to top