Bson |
The BsonExpression type exposes the following members.
| Name | Description | |
|---|---|---|
| Fields | Fill this hashset with all fields used in root level of document (be used to partial deserialize) - "$" means all fields | |
| Functions | Get all registered functions for BsonExpressions | |
| IsImmutable | If true, this expression do not change if same document/paramter are passed (only few methods change - like NOW() - or parameters) | |
| IsScalar | Indicate if this expressions returns a single value or IEnumerable value | |
| Methods | Get all registered methods for BsonExpressions | |
| Parameters | Get/Set parameter values that will be used on expression execution | |
| Source | Get formatted expression | |
| Type | Indicate expression type |