Share via


DefaultExpressionVisitor.VisitGroupAggregate(DbGroupAggregate) Method

Definition

Implements the visitor pattern for the group aggregate.

protected virtual System.Data.Entity.Core.Common.CommandTrees.DbGroupAggregate VisitGroupAggregate (System.Data.Entity.Core.Common.CommandTrees.DbGroupAggregate aggregate);
abstract member VisitGroupAggregate : System.Data.Entity.Core.Common.CommandTrees.DbGroupAggregate -> System.Data.Entity.Core.Common.CommandTrees.DbGroupAggregate
override this.VisitGroupAggregate : System.Data.Entity.Core.Common.CommandTrees.DbGroupAggregate -> System.Data.Entity.Core.Common.CommandTrees.DbGroupAggregate
Protected Overridable Function VisitGroupAggregate (aggregate As DbGroupAggregate) As DbGroupAggregate

Parameters

aggregate
DbGroupAggregate

The aggregate.

Returns

The implemented visitor pattern.

Applies to