FilterQueryOption Class
This defines a $filter OData query option for querying.
Namespace: System.Web.OData.Query
Assembly: System.Web.OData (in System.Web.OData.dll)
System.Object
System.Web.OData.Query.FilterQueryOption
public class FilterQueryOption
public ref class FilterQueryOption
type FilterQueryOption = class end
Public Class FilterQueryOption
Name | Description | |
---|---|---|
![]() |
FilterQueryOption(String, ODataQueryContext, ODataQueryOptionParser) | Initialize a new instance of FilterQueryOption based on the raw $filter value and an EdmModel from ODataQueryContext. |
Name | Description | |
---|---|---|
![]() |
Context | Gets the given ODataQueryContext. |
![]() |
FilterClause | Gets the parsed FilterClause for this query option. |
![]() |
RawValue | Gets the raw $filter value. |
![]() |
Validator | Gets or sets the Filter Query Validator |
Name | Description | |
---|---|---|
![]() |
ApplyTo(IQueryable, ODataQuerySettings) | Apply the filter query to the given IQueryable. |
![]() |
ApplyTo(IQueryable, ODataQuerySettings, IAssembliesResolver) | Apply the filter query to the given IQueryable. |
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
![]() |
Validate(ODataValidationSettings) | Validate the filter query based on the given validationSettings. It throws an ODataException if validation failed. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
System.Web.OData.Query Namespace
Return to top