IReadOnlyAnnotatable.GetAnnotation(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é.