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

집계입니다.

반환

구현된 방문자 패턴입니다.

적용 대상