다음을 통해 공유


IMutableTypeBase.GetDerivedComplexProperties 메서드

정의

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

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

반환

파생된 복합 속성입니다.

설명

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

적용 대상