DefaultExpressionVisitor.VisitFunctionAggregate(DbFunctionAggregate) Method

Definition

Implements the visitor pattern for the function aggregate.

protected:
 virtual System::Data::Common::CommandTrees::DbFunctionAggregate ^ VisitFunctionAggregate(System::Data::Common::CommandTrees::DbFunctionAggregate ^ aggregate);
protected virtual System.Data.Common.CommandTrees.DbFunctionAggregate VisitFunctionAggregate (System.Data.Common.CommandTrees.DbFunctionAggregate aggregate);
abstract member VisitFunctionAggregate : System.Data.Common.CommandTrees.DbFunctionAggregate -> System.Data.Common.CommandTrees.DbFunctionAggregate
override this.VisitFunctionAggregate : System.Data.Common.CommandTrees.DbFunctionAggregate -> System.Data.Common.CommandTrees.DbFunctionAggregate
Protected Overridable Function VisitFunctionAggregate (aggregate As DbFunctionAggregate) As DbFunctionAggregate

Parameters

aggregate
DbFunctionAggregate

The aggregate.

Returns

The implemented visitor pattern.

Applies to