BasicExpressionVisitor.VisitLambdaPost Method (DbLambda)

 

Convenience method for post-processing after a DbLambda has been visited.

Namespace:   System.Data.Entity.Core.Common.CommandTrees
Assembly:  EntityFramework (in EntityFramework.dll)

protected virtual void VisitLambdaPost(
	DbLambda lambda
)

Parameters

lambda
Type: System.Data.Entity.Core.Common.CommandTrees.DbLambda

The previously visited DbLambda.