Microsoft.WindowsAzure.MobileServices.Query
Namespace
Contains classes that support access to attributes of a query.
Classes
| BinaryOperatorNode |
Query node representing a binary operator. |
| ConstantNode |
Node representing a primitive constant value. |
| ConvertNode |
Node representing a conversion of primitive type to another type. |
| FunctionCallNode |
Node representing a function call. |
| MemberAccessNode |
Node representing an access to a member value. |
| MobileServiceTableQueryDescription |
Represents the structural elements of a Mobile Services query over the subset of OData it uses. |
| OrderByNode |
Represents the result of parsing the $orderby query option. |
| QueryNode |
Base class for all query nodes. |
| QueryNodeVisitor<T> |
Visitor interface for walking the QueryNode Tree. |
| UnaryOperatorNode |
Node representing a unary operator. |
Enums
| BinaryOperatorKind |
Enumeration of binary operators. |
| OrderByDirection |
Enumeration of order by directions. |
| QueryNodeKind |
Enumeration of kinds of query nodes. |
| UnaryOperatorKind |
Enumeration of unary operators. |