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

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

返品

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

例外

valuenullです。

value が無効です。

適用対象