DbExpressionBuilder.Not(DbExpression) メソッド

定義

指定された引数の論理否定を実行する DbNotExpression を作成します。

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

パラメーター

argument
DbExpression

引数を指定するブール式。

戻り値

指定された引数を持つ新しい DbNotExpression。

例外

引数が null です。

引数にブール値の結果型がありません。

適用対象