Sdílet prostřednictvím


BasicExpressionVisitor.VisitLambdaPre(DbLambda) Metoda

Definice

Metoda pohodlí označující, že tělo lambdy DbFunctionExpression se teď chystá navštívit.

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

Parametry

lambda
DbLambda

DbLambda, který se chystá navštívit

Výjimky

lambda má hodnotu null.

Platí pro