FilterClause Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |