다음을 통해 공유


RuntimeTypeBase.FindComplexPropertiesInHierarchy(String) 메서드

정의

이 형식, 기본 형식 또는 파생 형식에 지정된 이름의 복합 속성을 가져옵니다.

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.RuntimeComplexProperty> FindComplexPropertiesInHierarchy (string propertyName);
abstract member FindComplexPropertiesInHierarchy : string -> seq<Microsoft.EntityFrameworkCore.Metadata.RuntimeComplexProperty>
override this.FindComplexPropertiesInHierarchy : string -> seq<Microsoft.EntityFrameworkCore.Metadata.RuntimeComplexProperty>
Public Overridable Function FindComplexPropertiesInHierarchy (propertyName As String) As IEnumerable(Of RuntimeComplexProperty)

매개 변수

propertyName
String

반환

복합 속성을 입력합니다.

적용 대상