BasicExpressionVisitor.VisitAggregateList(IList<DbAggregate>) Method

Definition

Convenience method to visit each DbAggregate in the list, if the list is non-null.

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))

Parameters

aggregates
IList<DbAggregate>

The list of aggregates to visit.

Exceptions

aggregates is null

Applies to