EdmFunctions.BitwiseNot(DbExpression) Yöntem

Tanım

DbFunctionExpressionBelirtilen bağımsız değişkenle kurallı ' Bitwıonot ' işlevini çağıran ve tamsayı sayısal sonuç türüne sahip olması gereken bir oluşturur. İfadenin sonuç türü, bağımsız değişkenlerin türüyle aynıdır.

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

Parametreler

value
DbExpression

İlk işleneni belirten bir ifade.

Döndürülenler

DbFunctionExpression

Bit düzeyinde DEĞIL, tarafından üretilen değeri döndüren yeni bir DbFunctionExpression value .

Özel durumlar

value, null değeridir.

value geçersizdir.

Şunlara uygulanır