DefaultExpressionVisitor.VisitGroupAggregate(DbGroupAggregate) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Implementuje wzorzec gościa dla agregacji grupy.
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
Parametry
- aggregate
- DbGroupAggregate
Agregacja.
Zwraca
Zaimplementowany wzorzec odwiedzających.