DefaultExpressionVisitor.VisitLambda Method (DbLambda)

 

Implements the visitor pattern for the Lambda function.

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

protected virtual DbLambda VisitLambda(
	DbLambda lambda
)

Parameters

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

The lambda function.

Return Value

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

The implemented visitor pattern.