DefaultExpressionVisitor.VisitLambda(DbLambda) Method

Definition

Implements the visitor pattern for the Lambda function.

protected:
 virtual System::Data::Common::CommandTrees::DbLambda ^ VisitLambda(System::Data::Common::CommandTrees::DbLambda ^ lambda);
protected virtual System.Data.Common.CommandTrees.DbLambda VisitLambda (System.Data.Common.CommandTrees.DbLambda lambda);
abstract member VisitLambda : System.Data.Common.CommandTrees.DbLambda -> System.Data.Common.CommandTrees.DbLambda
override this.VisitLambda : System.Data.Common.CommandTrees.DbLambda -> System.Data.Common.CommandTrees.DbLambda
Protected Overridable Function VisitLambda (lambda As DbLambda) As DbLambda

Parameters

lambda
DbLambda

The lambda function.

Returns

The implemented visitor pattern.

Applies to