Partager via


AnnotatableBuilder<TMetadata,TModelBuilder>.IConventionAnnotatableBuilder.CanSetAnnotation Méthode

Définition

Retourne une valeur indiquant si une annotation avec le nom et la valeur donnés peut être définie à partir de cette source de configuration.

[System.Diagnostics.DebuggerStepThrough]
bool IConventionAnnotatableBuilder.CanSetAnnotation (string name, object value, bool fromDataAnnotation);
[System.Diagnostics.DebuggerStepThrough]
bool IConventionAnnotatableBuilder.CanSetAnnotation (string name, object? value, bool fromDataAnnotation);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder.CanSetAnnotation : string * obj * bool -> bool
override this.Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder.CanSetAnnotation : string * obj * bool -> bool
Function CanSetAnnotation (name As String, value As Object, fromDataAnnotation As Boolean) As Boolean Implements IConventionAnnotatableBuilder.CanSetAnnotation

Paramètres

name
String

Nom de l’annotation à ajouter.

value
Object

Valeur à stocker dans l’annotation.

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 définie, false sinon.

Implémente

Attributs

S’applique à