DefaultExpressionVisitor.VisitFunctionAggregate(DbFunctionAggregate) 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 funkcji.
protected virtual System.Data.Entity.Core.Common.CommandTrees.DbFunctionAggregate VisitFunctionAggregate(System.Data.Entity.Core.Common.CommandTrees.DbFunctionAggregate aggregate);
abstract member VisitFunctionAggregate : System.Data.Entity.Core.Common.CommandTrees.DbFunctionAggregate -> System.Data.Entity.Core.Common.CommandTrees.DbFunctionAggregate
override this.VisitFunctionAggregate : System.Data.Entity.Core.Common.CommandTrees.DbFunctionAggregate -> System.Data.Entity.Core.Common.CommandTrees.DbFunctionAggregate
Protected Overridable Function VisitFunctionAggregate (aggregate As DbFunctionAggregate) As DbFunctionAggregate
Parametry
- aggregate
- DbFunctionAggregate
Agregacja.
Zwraca
Zaimplementowany wzorzec odwiedzających.