Visit the specified expression, reducing all MethodCallExpression expressing methods of Enumerable to either their equivalent value
or an equivalent call to the Queryable methods (when the source is actually a queryable and we can translate all the arguments).
Assembly: Epic.Query.Linq
Declaration Syntax
C# |
public Expression Visit( MethodCallExpression target, IVisitContext context )
Parameters
- target (MethodCallExpression)
- Expression to visit.
- context (IVisitContext)
- Visit context. Contains the state produced by previous visitors.
Return Value
Result of the visit.