Sdílet prostřednictvím


DefaultExpressionVisitor.VisitLambda(DbLambda) Metoda

Definice

Implementuje vzor návštěvníka pro funkci Lambda.

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

Parametry

lambda
DbLambda

Funkce lambda

Návraty

Implementovaný vzor návštěvníka.

Platí pro