DefaultExpressionVisitor.VisitFunctionAggregate Method (DbFunctionAggregate)

 

Implements the visitor pattern for the function aggregate.

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

protected virtual DbFunctionAggregate VisitFunctionAggregate(
	DbFunctionAggregate aggregate
)

Return Value

Type: System.Data.Entity.Core.Common.CommandTrees.DbFunctionAggregate

The implemented visitor pattern.