EdmFunctions.BitwiseNot(DbExpression) Método

Definição

Cria um DbFunctionExpression que invoca a função 'BitwiseNot' canônica com o argumento especificado, que deve ter um tipo de resultado numérico inteiro.Creates a DbFunctionExpression that invokes the canonical 'BitwiseNot' function with the specified argument, which must have an integer numeric result type. O tipo de resultado da expressão é o mesmo que o tipo dos argumentos.The result type of the expression is the same as the type of the arguments.

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

Parâmetros

value
DbExpression

Uma expressão que especifica o primeiro operando.An expression that specifies the first operand.

Retornos

DbFunctionExpression

Um novo DbFunctionExpression que retorna o valor produzido por meio da execução do valor de bit que não é de.A new DbFunctionExpression that returns the value produced by performing the bitwise NOT of value.

Exceções

valuevalue

Aplica-se a