다음을 통해 공유


IReadOnlyTypeBase.GetDerivedComplexProperties 메서드

정의

이 형식에서 파생된 형식에 선언된 복합 속성을 가져옵니다.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyComplexProperty> GetDerivedComplexProperties ();
abstract member GetDerivedComplexProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyComplexProperty>
Public Function GetDerivedComplexProperties () As IEnumerable(Of IReadOnlyComplexProperty)

반환

파생된 복합 속성입니다.

설명

이 메서드는 지정된 형식 자체에 선언된 복합 속성을 반환하지 않습니다. 이 형식 및 기본 형식에 대해 선언된 복합 속성을 반환하려면 를 사용합니다 GetComplexProperties() .

적용 대상