DbExpressionBuilder.Negate(DbExpression) Método

Definição

Cria uma nova DbArithmeticExpression que nega o valor do argumento.Creates a new DbArithmeticExpression that negates the value of the argument.

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.An expression that specifies the argument.

Retornos

DbArithmeticExpression

Uma nova DbArithmeticExpression que representa a operação de negação.A new DbArithmeticExpression representing the negation operation.

Exceções

argument é nulo.argument is null.

Não existe nenhum tipo de resultado numérico para argument.No numeric result type exists for argument.

Aplica-se a