BasicExpressionVisitor.VisitAggregate Method (DbAggregate)

 

Convenience method to visit the specified DbAggregate.

Namespace:   System.Data.Entity.Core.Common.CommandTrees
Assembly:  EntityFramework (in EntityFramework.dll)

public virtual void VisitAggregate(
	DbAggregate aggregate
)

Parameters

aggregate
Type: System.Data.Entity.Core.Common.CommandTrees.DbAggregate

The aggregate to visit.

Exception Condition
ArgumentNullException

aggregate is null