次の方法で共有


DefaultExpressionVisitor.VisitFunctionAggregate メソッド

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

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

名前空間:  System.Data.Entity.Core.Common.CommandTrees
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
Protected Overridable Function VisitFunctionAggregate ( _
    aggregate As DbFunctionAggregate _
) As DbFunctionAggregate
'使用
Dim aggregate As DbFunctionAggregate 
Dim returnValue As DbFunctionAggregate 

returnValue = Me.VisitFunctionAggregate(aggregate)
protected virtual DbFunctionAggregate VisitFunctionAggregate(
    DbFunctionAggregate aggregate
)
protected:
virtual DbFunctionAggregate^ VisitFunctionAggregate(
    DbFunctionAggregate^ aggregate
)
abstract VisitFunctionAggregate : 
        aggregate:DbFunctionAggregate -> DbFunctionAggregate  
override VisitFunctionAggregate : 
        aggregate:DbFunctionAggregate -> DbFunctionAggregate
protected function VisitFunctionAggregate(
    aggregate : DbFunctionAggregate
) : DbFunctionAggregate

パラメーター

戻り値

型 : System.Data.Entity.Core.Common.CommandTrees.DbFunctionAggregate
実装されたビジター パターン。

参照

参照

DefaultExpressionVisitor クラス

System.Data.Entity.Core.Common.CommandTrees 名前空間