共用方式為


DbExpressionBuilder.Aggregate(EdmFunction, DbExpression) 方法

定義

建立新的 DbFunctionAggregate

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionAggregate ^ Aggregate(System::Data::Metadata::Edm::EdmFunction ^ function, System::Data::Common::CommandTrees::DbExpression ^ argument);
public static System.Data.Common.CommandTrees.DbFunctionAggregate Aggregate (this System.Data.Metadata.Edm.EdmFunction function, System.Data.Common.CommandTrees.DbExpression argument);
static member Aggregate : System.Data.Metadata.Edm.EdmFunction * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionAggregate
<Extension()>
Public Function Aggregate (function As EdmFunction, argument As DbExpression) As DbFunctionAggregate

參數

function
EdmFunction

定義彙總作業的函式。

argument
DbExpression

應該計算其彙總函式的引數。

傳回

含有指定函式及引數之參考的新函式彙總。 函式彙總的 Distinct 屬性會有false值。

例外狀況

functionargument 為 null。

function 不是彙總函式,或具有一個以上的引數,或者 argument 的結果類型不等於或不可提升為 function 的參數類型。

適用於