| Class | Description |
|---|---|
| MongoBooleanExpression |
Representation of a boolean expression in MongoDB queries.
|
| MongoExpression |
Base for a MongoDB expression.
|
| MongoFieldExpression |
Expression for a field in a MongoDB document.
|
| MongoLiteral |
Representation of a literal in a Mongo query.
|
| MongoUncompilableExpression |
Expression representing that this part of the query cannot be compiled for the datastore due to
there not being a construct in the datastore that suports it.
|
| Enum | Description |
|---|---|
| MongoOperator |
Operators for MongoDB queries.
|
Copyright © 2016. All rights reserved.