Click or drag to resize

ExpressionAggregateExpressionDefinitionTSource, TResult Constructor

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.16.0+eeafbea0921243a5868b81984e1083a07c1f75bc
Syntax
public ExpressionAggregateExpressionDefinition(
	Expression<Func<TSource, TResult>> expression,
	ExpressionTranslationOptions translationOptions
)

Parameters

expression
Type: System.Linq.ExpressionsExpressionFuncTSource, TResult
The expression.
translationOptions
Type: MongoDB.DriverExpressionTranslationOptions
The translation options.
See Also