BasicExpressionVisitor.VisitAggregateList Method (IList<DbAggregate>)
Convenience method to visit each DbAggregate in the list, if the list is non-null.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- aggregates
-
Type:
System.Collections.Generic.IList<DbAggregate>
The list of aggregates to visit.
Exception | Condition |
---|---|
ArgumentNullException | aggregates is null |