DefaultExpressionVisitor.VisitAggregate Method (DbAggregate)

 

Implements the visitor pattern for the aggregate.

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

protected virtual DbAggregate VisitAggregate(
	DbAggregate aggregate
)

Parameters

aggregate
Type: System.Data.Entity.Core.Common.CommandTrees.DbAggregate

The aggregate to visit.

Return Value

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

The implemented visitor pattern.