DefaultExpressionVisitor.VisitLambda(DbLambda) Methode

Definitie

Implementeert het bezoekerspatroon voor de Lambda-functie.

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

De lambda-functie.

Retouren

Het geïmplementeerde bezoekerspatroon.

Van toepassing op