Condividi tramite


DefaultExpressionVisitor.VisitFunctionAggregate(DbFunctionAggregate) Metodo

Definizione

Implementa il pattern visitor per l'aggregato di funzione.

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

Parametri

aggregate
DbFunctionAggregate

L'aggregazione.

Restituisce

Pattern visitor implementato.

Si applica a