다음을 통해 공유


AnnotatableBase.IAnnotatable.FindRuntimeAnnotation(String) 메서드

정의

지정된 이름의 런타임 주석을 가져오고 존재하지 않는 경우 를 반환합니다 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

매개 변수

name
String

찾을 주석의 이름입니다.

반환

지정된 이름의 주석이 이미 있는 경우 기존 런타임 주석입니다. 그렇지 않으면 null입니다.

구현

적용 대상