DbExpressionBuilder.Exists(DbExpression) メソッド

定義

指定されたセット引数が空以外であるかどうかを確認する新しい DbExpression を作成します。

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

パラメーター

argument
DbExpression

入力セットを指定する式。

戻り値

指定された引数を持つ新しい DbNotExpression に適用される新しい DbIsEmptyExpression

例外

引数が null です。

引数にコレクションの結果の型がありません。

適用対象