AllowedFunctions Enumeration
Functions to allow for querying using $filter.
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.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. |
|
Day | A value that corresponds to allowing 'Day' function in $filter. |
|
Days | A value that corresponds to allowing 'Days' 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. |
|
Hour | A value that corresponds to allowing 'Hour' function in $filter. |
|
Hours | A value that corresponds to allowing 'Hours' 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. |
|
Minutes | A value that corresponds to allowing 'Minutes' function in $filter. |
|
Month | A value that corresponds to allowing 'Month' function in $filter. |
|
Months | A value that corresponds to allowing 'Months' 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. |
|
Seconds | A value that corresponds to allowing 'Seconds' 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. |
|
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. |
|
Years | A value that corresponds to allowing 'Years' function in $filter. |
See Also
System.Web.Http.OData.Query Namespace
Return to top