次の方法で共有


DefaultExpressionVisitor.VisitFunctionAggregate(DbFunctionAggregate) メソッド

定義

関数集計のビジター パターンを実装します。

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

パラメーター

aggregate
DbFunctionAggregate

集約。

戻り値

実装されたビジター パターン。

適用対象