다음을 통해 공유


ConventionAnnotatable.IConventionAnnotatable.FindAnnotation(String) 메서드

정의

지정된 이름의 주석을 가져오고 없는 경우 를 반환합니다 null .

[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation IConventionAnnotatable.FindAnnotation (string name);
[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation? IConventionAnnotatable.FindAnnotation (string name);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable.FindAnnotation : string -> Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation
override this.Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable.FindAnnotation : string -> Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation
Function FindAnnotation (name As String) As IConventionAnnotation Implements IConventionAnnotatable.FindAnnotation

매개 변수

name
String

찾을 주석의 이름입니다.

반환

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

구현

특성

적용 대상