Click or drag to resize

BsonExpression Properties

The BsonExpression type exposes the following members.

Properties
 NameDescription
Public propertyFields Fill this hashset with all fields used in root level of document (be used to partial deserialize) - "$" means all fields
Public propertyStatic memberFunctions Get all registered functions for BsonExpressions
Public propertyIsImmutable If true, this expression do not change if same document/paramter are passed (only few methods change - like NOW() - or parameters)
Public propertyIsScalar Indicate if this expressions returns a single value or IEnumerable value
Public propertyStatic memberMethods Get all registered methods for BsonExpressions
Public propertyParameters Get/Set parameter values that will be used on expression execution
Public propertySource Get formatted expression
Public propertyType Indicate expression type
Top
See Also