DbExpressionBuilder.Not(DbExpression) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立 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。
引數沒有布林結果類型。