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
Public property QueryExpression The value part of the query parameter for this query part.
Public property QueryOperator The query operator that this query parameter is for.

Top

Methods

  Name Description
Public method ApplyTo Applies this IStructuredQueryPart on to an IQueryable returning the resultant IQueryable

Top

See Also

Reference

System.Web.Http.Query Namespace