ODataQueryOptions.Filter Property
Gets the FilterQueryOption.
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public FilterQueryOption Filter {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property FilterQueryOption^ Filter {
[CompilerGeneratedAttribute]
FilterQueryOption^ get();
[CompilerGeneratedAttribute]
private: void set(FilterQueryOption^ value);
}
member Filter : FilterQueryOption with get, private set
Public Property Filter As FilterQueryOption
Get
Private Set
End Property
Property Value
Type: System.Web.Http.OData.Query.FilterQueryOption
See Also
ODataQueryOptions Class
System.Web.Http.OData.Query Namespace
Return to top