Table of Contents

Method VisitParameter

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

VisitParameter(ParameterExpression)

Replaces the from parameter with the two parameter if it maches.

protected override Expression VisitParameter(ParameterExpression node)

Parameters

node ParameterExpression

The node.

Returns

Expression

The parameter (replaced if it matched).