BasicExpressionVisitor.VisitLambdaPost(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 for post-processing after a DbLambda has been visited.
protected virtual void VisitLambdaPost(System.Data.Entity.Core.Common.CommandTrees.DbLambda lambda);
abstract member VisitLambdaPost : System.Data.Entity.Core.Common.CommandTrees.DbLambda -> unit
override this.VisitLambdaPost : System.Data.Entity.Core.Common.CommandTrees.DbLambda -> unit
Protected Overridable Sub VisitLambdaPost (lambda As DbLambda)
Parameters
- lambda
- DbLambda
The previously visited DbLambda.