DefaultExpressionVisitor.VisitGroupExpressionBinding Method (DbGroupExpressionBinding)
Implements the visitor pattern for the group expression binding.
Assembly: EntityFramework (in EntityFramework.dll)
protected virtual DbGroupExpressionBinding VisitGroupExpressionBinding( DbGroupExpressionBinding binding )
Parameters
- binding
-
Type:
System.Data.Entity.Core.Common.CommandTrees.DbGroupExpressionBinding
The binding.
Return Value
Type: System.Data.Entity.Core.Common.CommandTrees.DbGroupExpressionBindingThe implemented visitor pattern.