DefaultExpressionVisitor.VisitFunctionAggregate Method (DbFunctionAggregate)
Implements the visitor pattern for the function aggregate.
Assembly: EntityFramework (in EntityFramework.dll)
protected virtual DbFunctionAggregate VisitFunctionAggregate( DbFunctionAggregate aggregate )
Parameters
- aggregate
-
Type:
System.Data.Entity.Core.Common.CommandTrees.DbFunctionAggregate
The aggregate.
Return Value
Type: System.Data.Entity.Core.Common.CommandTrees.DbFunctionAggregateThe implemented visitor pattern.