DefaultExpressionVisitor.VisitAggregate Method (DbAggregate)
Implements the visitor pattern for the aggregate.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- aggregate
-
Type:
System.Data.Entity.Core.Common.CommandTrees.DbAggregate
The aggregate to visit.
Return Value
Type: System.Data.Entity.Core.Common.CommandTrees.DbAggregateThe implemented visitor pattern.