Sdílet prostřednictvím


MutableAnnotatableExtensions.GetAnnotation Metoda

Definice

Získá anotaci s daným názvem, vyvolá se, pokud neexistuje.

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

Parametry

annotatable
IMutableAnnotatable

Objekt, na který se má anotace najít.

annotationName
String

Klíč poznámky, který chcete najít.

Návraty

Poznámka se zadaným názvem.

Platí pro