다음을 통해 공유


IReadOnlyTypeBase.FindMember(String) 메서드

정의

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

public Microsoft.EntityFrameworkCore.Metadata.IReadOnlyPropertyBase? FindMember (string name);
abstract member FindMember : string -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyPropertyBase
Public Function FindMember (name As String) As IReadOnlyPropertyBase

매개 변수

name
String

속성의 이름입니다.

반환

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

설명

이 API는 스칼라 속성만 찾고 탐색, 복합 또는 서비스 속성을 찾을 수 없습니다.

적용 대상