BasicExpressionVisitor.VisitGroupExpressionBindingPre Method (DbGroupExpressionBinding)

 

Convenience method to visit the specified DbGroupExpressionBinding.

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

protected virtual void VisitGroupExpressionBindingPre(
	DbGroupExpressionBinding binding
)

Parameters

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

The DbGroupExpressionBinding to visit.

Exception Condition
ArgumentNullException

binding is null