FilterClause Class

Definition

The result of parsing a $filter query option.

public sealed class FilterClause
type FilterClause = class
Public NotInheritable Class FilterClause
Inheritance
FilterClause

Constructors

FilterClause(SingleValueNode, RangeVariable)

Creates a FilterClause.

Properties

Expression

Gets the filter expression - this should evaluate to a single boolean value.

ItemType

Gets the type of item returned by this clause.

RangeVariable

Gets the parameter for the expression which represents a single value from the collection.

Applies to