BasicExpressionVisitor.VisitLambdaPre(DbLambda) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Convenience method indicating that the body of a Lambda DbFunctionExpression is now about to be visited.
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)
Parameters
- lambda
- DbLambda
The DbLambda that is about to be visited
Exceptions
lambda
is null
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework