Aracılığıyla paylaş


AnnotatableBase.IAnnotatable.FindRuntimeAnnotation(String) Yöntem

Tanım

Belirli bir adla çalışma zamanı ek açıklamasını alır ve yoksa döndürür null .

Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation? IAnnotatable.FindRuntimeAnnotation (string name);
Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation IAnnotatable.FindRuntimeAnnotation (string name);
abstract member Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable.FindRuntimeAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
override this.Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable.FindRuntimeAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
Function FindRuntimeAnnotation (name As String) As IAnnotation Implements IAnnotatable.FindRuntimeAnnotation

Parametreler

name
String

Bulunacak ek açıklamanın adı.

Döndürülenler

Belirtilen ada sahip bir ek açıklama zaten varsa mevcut çalışma zamanı ek açıklaması. Tersi durumda null.

Uygulamalar

Şunlara uygulanır