MutableAnnotatableExtensions.GetAnnotation Méthode

Définition

Obtient l’annotation portant le nom donné, en lisant si elle n’existe pas.

public static Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation GetAnnotation (this Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable annotatable, string annotationName);
static member GetAnnotation : Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable * string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
<Extension()>
Public Function GetAnnotation (annotatable As IMutableAnnotatable, annotationName As String) As IAnnotation

Paramètres

annotatable
IMutableAnnotatable

Objet sur lequel rechercher l’annotation.

annotationName
String

Clé de l’annotation à rechercher.

Retours

Annotation portant le nom spécifié.

S’applique à