EdmFunctions.BitwiseNot(DbExpression) メソッド

定義

指定された引数で正規の 'BitwiseNot' 関数を呼び出す DbFunctionExpression を作成します。指定する引数の結果型は整数である必要があります。 式の結果型は、引数の型と同じです。

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

パラメーター

value
DbExpression

最初のオペランドを指定する式。

戻り値

のビットごとの NOT valueを実行することによって生成される値を返す新しい DbFunctionExpression。

例外

valuenullです。

value が無効です。

適用対象