BasicExpressionVisitor.VisitAggregateList Method (IList<DbAggregate>)

 

Convenience method to visit each DbAggregate in the list, if the list is non-null.

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

public virtual void VisitAggregateList(
	IList<DbAggregate> aggregates
)

Parameters

aggregates
Type: System.Collections.Generic.IList<DbAggregate>

The list of aggregates to visit.

Exception Condition
ArgumentNullException

aggregates is null