Partager via


IConventionCheckConstraintBuilder.HasNoAnnotation(String, Boolean) Méthode

Définition

Supprime l’annotation portant le nom donné de cet objet.

public Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionCheckConstraintBuilder? HasNoAnnotation (string name, bool fromDataAnnotation = false);
abstract member HasNoAnnotation : string * bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionCheckConstraintBuilder
Public Function HasNoAnnotation (name As String, Optional fromDataAnnotation As Boolean = false) As IConventionCheckConstraintBuilder

Paramètres

name
String

Nom de l’annotation à supprimer.

fromDataAnnotation
Boolean

Indique si la configuration a été spécifiée à l’aide d’une annotation de données.

Retours

pour IConventionCheckConstraintBuilder continuer la configuration si l’annotation a été définie, null sinon.

S’applique à