다음을 통해 공유


ITypeBase.GetDerivedComplexProperties 메서드

정의

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

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

반환

파생된 복합 속성입니다.

설명

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

적용 대상