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

Агрегат.

Возвращаемое значение

Реализованный шаблон посетителя.

Применяется к