Aracılığıyla paylaş


AnnotatableExtensions.GetAnnotation(IAnnotatable, String) Yöntem

Tanım

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

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

Parametreler

annotatable
IAnnotatable

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