DefaultExpressionVisitor.VisitGroupAggregate Method (DbGroupAggregate)

 

Implements the visitor pattern for the group aggregate.

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

protected virtual DbGroupAggregate VisitGroupAggregate(
	DbGroupAggregate aggregate
)

Parameters

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

The aggregate.

Return Value

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

The implemented visitor pattern.