EdmFunctions.LongCount(DbExpression) メソッド

定義

指定したコレクションで正規関数 'BigCount' を呼び出す DbFunctionExpression を作成します。 式の結果型は Edm.Int64 です。

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

パラメーター

collection
DbExpression

カウント値の計算対象のコレクションを指定する式。

戻り値

カウント値を生成する新しい DbFunctionExpression。

適用対象