Partilhar via


DefaultExpressionVisitor.VisitLambda(DbLambda) Método

Definição

Implementa o padrão de visitante para a função 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

Parâmetros

lambda
DbLambda

A função lambda.

Retornos

O padrão de visitante implementado.

Aplica-se a