BasicExpressionVisitor.VisitLambdaPre Method (DbLambda)

 

Convenience method indicating that the body of a Lambda DbFunctionExpression is now about to be visited.

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

protected virtual void VisitLambdaPre(
	DbLambda lambda
)

Parameters

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

The DbLambda that is about to be visited

Exception Condition
ArgumentNullException

lambda is null