共用方式為


DbExpressionBuilder.Not(DbExpression) 方法

定義

建立 DbNotExpression,這個運算式會執行給定引數的邏輯負運算。

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

參數

argument
DbExpression

指定引數的布林運算式。

傳回

含有指定之引數的新 DbNotExpression。

例外狀況

argument 為 null。

argument 沒有布林結果類型。

適用於