Compartilhar via


DbExpressionBuilder.Negate(DbExpression) Método

Definição

Cria uma nova DbArithmeticExpression que nega o valor do argumento.

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

Parâmetros

argument
DbExpression

Uma expressão que especifica o argumento.

Retornos

Uma nova DbArithmeticExpression que representa a operação de negação.

Exceções

argument é nulo.

Não existe nenhum tipo de resultado numérico para argument.

Aplica-se a