다음을 통해 공유


RuntimeTypeBase.IReadOnlyTypeBase.FindProperty(String) 메서드

정의

지정된 이름의 속성을 가져옵니다. 지정된 이름의 속성이 정의되지 않은 경우 를 반환 null 합니다.

[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty IReadOnlyTypeBase.FindProperty (string name);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase.FindProperty : string -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase.FindProperty : string -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty
Function FindProperty (name As String) As IReadOnlyProperty Implements IReadOnlyTypeBase.FindProperty

매개 변수

name
String

속성의 이름입니다.

반환

속성이거나 null , 찾을 수 없는 경우 입니다.

구현

특성

적용 대상