Partager via


IConventionAnnotatableBuilder.CanRemoveAnnotation(String, Boolean) Méthode

Définition

Retourne une valeur indiquant si une annotation portant le nom donné peut être supprimée à l’aide de cette source de configuration.

public bool CanRemoveAnnotation (string name, bool fromDataAnnotation = false);
abstract member CanRemoveAnnotation : string * bool -> bool
Public Function CanRemoveAnnotation (name As String, Optional fromDataAnnotation As Boolean = false) As Boolean

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

true si l’annotation peut être supprimée, false sinon.

S’applique à