Aracılığıyla paylaş


IReadOnlyAnnotatable.GetAnnotation(String) Yöntem

Tanım

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

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

Parametreler

annotationName
String

Bulunacak ek açıklamanın anahtarı.

Döndürülenler

Belirtilen ada sahip ek açıklama.

Şunlara uygulanır