DefaultExpressionVisitor.VisitGroupExpressionBinding Method (DbGroupExpressionBinding)

 

Implements the visitor pattern for the group expression binding.

Namespace:   System.Data.Entity.Core.Common.CommandTrees
Assembly:  EntityFramework (in EntityFramework.dll)

protected virtual DbGroupExpressionBinding VisitGroupExpressionBinding(
	DbGroupExpressionBinding binding
)

Return Value

Type: System.Data.Entity.Core.Common.CommandTrees.DbGroupExpressionBinding

The implemented visitor pattern.