Table of Contents

Constructor ExpressionParameterReplacer

Namespace
MongoDB.Driver.Linq
Assembly
MongoDB.Driver.Legacy.dll

ExpressionParameterReplacer(ParameterExpression, Expression)

Initializes a new instance of the ExpressionParameterReplacer class.

public ExpressionParameterReplacer(ParameterExpression fromParameter, Expression toExpression)

Parameters

fromParameter ParameterExpression

The parameter to be replaced.

toExpression Expression

The expression that replaces the parameter.