Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the parsed FilterClause for this query option.
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public FilterClause FilterClause { get; }
public:
property FilterClause^ FilterClause {
FilterClause^ get();
}
member FilterClause : FilterClause with get
Public ReadOnly Property FilterClause As FilterClause
Property Value
Type: Microsoft.Data.OData.Query.SemanticAst.FilterClause
See Also
FilterQueryOption Class
System.Web.Http.OData.Query Namespace
Return to top