BasicExpressionVisitor.VisitGroupExpressionBindingPre 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 to visit the specified DbGroupExpressionBinding.
protected virtual void VisitGroupExpressionBindingPre (System.Data.Entity.Core.Common.CommandTrees.DbGroupExpressionBinding binding);
abstract member VisitGroupExpressionBindingPre : System.Data.Entity.Core.Common.CommandTrees.DbGroupExpressionBinding -> unit
override this.VisitGroupExpressionBindingPre : System.Data.Entity.Core.Common.CommandTrees.DbGroupExpressionBinding -> unit
Protected Overridable Sub VisitGroupExpressionBindingPre (binding As DbGroupExpressionBinding)
Parameters
- binding
- DbGroupExpressionBinding
The DbGroupExpressionBinding to visit.
Exceptions
binding
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