ISqlExpressionFactory.Not(SqlExpression) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un nouveau SqlUnaryExpression qui représente une opération NOT dans une arborescence SQL.
public Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlUnaryExpression Not (Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression operand);
abstract member Not : Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlUnaryExpression
Public Function Not (operand As SqlExpression) As SqlUnaryExpression
Paramètres
- operand
- SqlExpression
sur SqlExpression lequel s’applique NOT.
Retours
Expression représentant une opération NOT dans une arborescence SQL.