EdmFunctions.Average(DbExpression) メソッド

定義

指定したコレクションで正規関数 'Avg' を呼び出す DbFunctionExpression を作成します。 式の結果型は、コレクションの要素の型と同じです。

public static System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression Average (this System.Data.Entity.Core.Common.CommandTrees.DbExpression collection);
static member Average : System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function Average (collection As DbExpression) As DbFunctionExpression

パラメーター

collection
DbExpression

平均値の計算に使用するコレクションを指定する式。

戻り値

平均値を生成する新しい DbFunctionExpression。

適用対象