다음을 통해 공유


IConventionTypeBase.GetDerivedComplexProperties 메서드

정의

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

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

반환

파생된 복합 속성입니다.

설명

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

적용 대상