Partager via


DbExpressionBuilder.Negate(DbExpression) Méthode

Définition

Crée un objet DbArithmeticExpression qui inverse la valeur de l'argument.

public static System.Data.Entity.Core.Common.CommandTrees.DbArithmeticExpression Negate (this System.Data.Entity.Core.Common.CommandTrees.DbExpression argument);
static member Negate : System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbArithmeticExpression
<Extension()>
Public Function Negate (argument As DbExpression) As DbArithmeticExpression

Paramètres

argument
DbExpression

Expression qui spécifie l'argument.

Retours

Nouvelle DbArithmeticExpression représentant l'opération de négation.

Exceptions

argument est null.

Il n’existe aucun type de résultat numérique pour l’argument.

S’applique à