共用方式為


DefaultExpressionVisitor.VisitGroupAggregate(DbGroupAggregate) 方法

定義

實作群組彙總的訪問項模式。

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

參數

aggregate
DbGroupAggregate

彙總。

傳回

已實作的訪問項模式。

適用於