| Class | Description |
|---|---|
| AndOrPredicate | |
| AnyAllPredicate | |
| BinaryOperator | |
| BinaryPredicate |
Represents a where clause that compares two values given a specified operator, the two values are either a property
and a literal value, or two properties.
|
| EntityQuery |
Represents a query against a strongly typed model.
|
| ExpandClause |
Represents a single expand expand clause that will be part of an EntityQuery.
|
| Expression | |
| FnExpression | |
| LitExpression | |
| Operator | |
| OrderByClause |
Represents a single orderBy clause that will be part of an EntityQuery.
|
| Predicate |
Represents a single where clause.
|
| PropExpression | |
| QueryProcessor |
Abstract base class for all query processing logic.
|
| QueryResult |
Wrapper for the results of an EntityQuery.
|
| SelectClause |
Represents a single selectClause clause that will be part of an EntityQuery.
|
| UnaryPredicate |
| Enum | Description |
|---|---|
| OperatorType |