IReadOnlyAnnotatable.GetAnnotation(String) Méthode

Définition

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

public virtual Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation GetAnnotation (string annotationName);
abstract member GetAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
override this.GetAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
Public Overridable Function GetAnnotation (annotationName As String) As IAnnotation

Paramètres

annotationName
String

Clé de l’annotation à rechercher.

Retours

Annotation portant le nom spécifié.

S’applique à