다음을 통해 공유


IReadOnlyTypeBase.FindDeclaredComplexProperty(String) 메서드

정의

지정된 이름의 형식에 선언된 속성을 찾습니다. 기본 형식에 정의된 속성을 반환하지 않습니다.

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

매개 변수

name
String

속성 이름입니다.

반환

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

적용 대상