Share via


EdmFunctions.Var(DbExpression) メソッド

定義

指定したコレクションの null 以外のメンバーで正規関数 'Var' を呼び出す DbFunctionExpression を作成します。 式の結果型は Edm.Double です。

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ Var(System::Data::Common::CommandTrees::DbExpression ^ collection);
public static System.Data.Common.CommandTrees.DbFunctionExpression Var (this System.Data.Common.CommandTrees.DbExpression collection);
static member Var : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function Var (collection As DbExpression) As DbFunctionExpression

パラメーター

collection
DbExpression

統計的分散の計算に使用するコレクションを指定する式。

戻り値

コレクションの null 以外のメンバーに対して統計的差異の値を生成する新しい DbFunctionExpression。

例外

collectionnullです。

collection が無効です。

適用対象