Partager via


DefaultExpressionVisitor.VisitFunctionAggregate(DbFunctionAggregate) Méthode

Définition

Implémente le modèle visiteur pour l'agrégat de fonction.

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

Paramètres

aggregate
DbFunctionAggregate

Agrégation.

Retours

Modèle visiteur implémenté.

S’applique à