FunctionConfiguration.SupportedInFilter Property
Gets and sets a value indicating whether the function is supported in $filter.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public bool SupportedInFilter {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property bool SupportedInFilter {
[CompilerGeneratedAttribute]
bool get();
[CompilerGeneratedAttribute]
void set(bool value);
}
member SupportedInFilter : bool with get, set
Public Property SupportedInFilter As Boolean
Property Value
Type: System.Boolean
Returns Boolean.
See Also
FunctionConfiguration Class
System.Web.OData.Builder Namespace
Return to top