DefaultExpressionVisitor.VisitGroupAggregate(DbGroupAggregate) 方法

定义

实现组聚合的访问者模式。

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

参数

aggregate
DbGroupAggregate

聚合。

返回

实现的访问器模式。

适用于