BasicExpressionVisitor.VisitGroupExpressionBindingPost 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 DbGroupExpressionBinding has been visited.
protected virtual void VisitGroupExpressionBindingPost (System.Data.Entity.Core.Common.CommandTrees.DbGroupExpressionBinding binding);
abstract member VisitGroupExpressionBindingPost : System.Data.Entity.Core.Common.CommandTrees.DbGroupExpressionBinding -> unit
override this.VisitGroupExpressionBindingPost : System.Data.Entity.Core.Common.CommandTrees.DbGroupExpressionBinding -> unit
Protected Overridable Sub VisitGroupExpressionBindingPost (binding As DbGroupExpressionBinding)
Parameters
- binding
- DbGroupExpressionBinding
The previously visited DbGroupExpressionBinding.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework