BasicExpressionVisitor.VisitAggregate Method (DbAggregate)
Convenience method to visit the specified DbAggregate.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- aggregate
-
Type:
System.Data.Entity.Core.Common.CommandTrees.DbAggregate
The aggregate to visit.
Exception | Condition |
---|---|
ArgumentNullException | aggregate is null |