Поделиться через


DefaultExpressionVisitor.VisitFunctionAggregate(DbFunctionAggregate) Метод

Определение

Реализует шаблон посетителя для агрегата функции.

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

Параметры

aggregate
DbFunctionAggregate

Агрегат.

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

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

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