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 ref class FilterQueryOption 

NameDescription
System_CAPS_pubmethodFilterQueryOption(String^, ODataQueryContext^, ODataQueryOptionParser^)

Initialize a new instance of FilterQueryOption based on the raw $filter value and an EdmModel from ODataQueryContext.

NameDescription
System_CAPS_pubpropertyContext

Gets the given ODataQueryContext.

System_CAPS_pubpropertyFilterClause

Gets the parsed FilterClause for this query option.

System_CAPS_pubpropertyRawValue

Gets the raw $filter value.

System_CAPS_pubpropertyValidator

Gets or sets the Filter Query Validator

NameDescription
System_CAPS_pubmethodApplyTo(IQueryable^, ODataQuerySettings^)

Apply the filter query to the given IQueryable.

System_CAPS_pubmethodApplyTo(IQueryable^, ODataQuerySettings^, IAssembliesResolver^)

Apply the filter query to the given IQueryable.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodValidate(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.

Return to top
Show: