UriQueryExpressionParser 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.
Parser which consumes the query expression ($filter, $orderby) and produces the lexical object model.
public sealed class UriQueryExpressionParser
type UriQueryExpressionParser = class
Public NotInheritable Class UriQueryExpressionParser
- Inheritance
-
UriQueryExpressionParser
Constructors
UriQueryExpressionParser(Int32) |
Creates a UriQueryExpressionParser. |
Methods
ParseFilter(String) |
Parses the $filter expression. |