interface |
BinaryExpression |
Represents a binary expression node in the expression tree returned by the methods
A binary expression node is inserted in the expression tree for any valid
ODATA binary operator in BinaryOperator (e.g.
|
interface |
CommonExpression |
Parent class of all classes used to build the expression tree
|
interface |
FilterExpression |
Represents a $filter expression in the expression tree
Used to define the root expression node in an $filter expression tree.
|
interface |
LiteralExpression |
Represents a literal expression node in the expression tree
|
interface |
MemberExpression |
Represents a member expression in the expression tree
|
interface |
MethodExpression |
Represents a method expression in the expression tree
|
interface |
OrderByExpression |
Represents a $orderby expression
Used to define the root expression node in an $filter expression tree.
|
interface |
OrderExpression |
Represents a order expression in the expression tree
|
interface |
PropertyExpression |
Represents a property expression in the expression tree
|
interface |
UnaryExpression |
Represents a unary expression node in the expression tree
|