Aracılığıyla paylaş


ConventionAnnotatableExtensions.GetAnnotation Yöntem

Tanım

Belirtilen ada sahip ek açıklamayı alır ve yoksa oluşturur.

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

Parametreler

annotatable
IConventionAnnotatable

Ek açıklamayı bulmak için nesne.

annotationName
String

Bulunacak ek açıklamanın anahtarı.

Döndürülenler

Belirtilen ada sahip ek açıklama.

Şunlara uygulanır