IStructuredQueryPart Interface
Represents a query option like $filter, $top etc.
Namespace: System.Web.Http.Query
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Interface IStructuredQueryPart
'Usage
Dim instance As IStructuredQueryPart
public interface IStructuredQueryPart
public interface class IStructuredQueryPart
type IStructuredQueryPart = interface end
public interface IStructuredQueryPart
The IStructuredQueryPart type exposes the following members.
Properties
Name | Description | |
---|---|---|
QueryExpression | The value part of the query parameter for this query part. | |
QueryOperator | The query operator that this query parameter is for. |
Top
Methods
Name | Description | |
---|---|---|
ApplyTo | Applies this IStructuredQueryPart on to an IQueryable returning the resultant IQueryable |
Top