다음을 통해 공유


IMutableAnnotatable.FindAnnotation(String) 메서드

정의

지정된 이름의 주석을 가져오고 null이 없으면 반환합니다.

public Microsoft.EntityFrameworkCore.Infrastructure.Annotation FindAnnotation (string name);
abstract member FindAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
Public Function FindAnnotation (name As String) As Annotation

매개 변수

name
String

찾을 주석의 키입니다.

반환

지정된 이름의 주석이 이미 있는 경우 기존 주석입니다. 그렇지 않은 경우 null입니다.

적용 대상