Share via


IReadOnlyTypeBase.FindComplexProperty 메서드

정의

오버로드

FindComplexProperty(MemberInfo)

지정된 멤버 정보가 있는 복합 속성을 가져옵니다. 속성을 찾을 수 없는 경우 를 반환 null 합니다.

FindComplexProperty(String)

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

FindComplexProperty(MemberInfo)

지정된 멤버 정보가 있는 복합 속성을 가져옵니다. 속성을 찾을 수 없는 경우 를 반환 null 합니다.

public virtual Microsoft.EntityFrameworkCore.Metadata.IReadOnlyComplexProperty? FindComplexProperty (System.Reflection.MemberInfo memberInfo);
abstract member FindComplexProperty : System.Reflection.MemberInfo -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyComplexProperty
override this.FindComplexProperty : System.Reflection.MemberInfo -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyComplexProperty
Public Overridable Function FindComplexProperty (memberInfo As MemberInfo) As IReadOnlyComplexProperty

매개 변수

memberInfo
MemberInfo

클래스의 멤버입니다.

반환

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

설명

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

적용 대상

FindComplexProperty(String)

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

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

매개 변수

name
String

속성의 이름입니다.

반환

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

설명

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

적용 대상