次の方法で共有


BasicExpressionVisitor.VisitAggregateList(IList<DbAggregate>) メソッド

定義

リストが null 以外の場合に、リスト内のそれぞれに DbAggregate アクセスする便利なメソッド。

public virtual void VisitAggregateList (System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbAggregate> aggregates);
abstract member VisitAggregateList : System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbAggregate> -> unit
override this.VisitAggregateList : System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbAggregate> -> unit
Public Overridable Sub VisitAggregateList (aggregates As IList(Of DbAggregate))

パラメーター

aggregates
IList<DbAggregate>

アクセスする集計の一覧。

例外

aggregates が null です。

適用対象