다음을 통해 공유


RuntimeTypeBase.GetComplexProperties 메서드

정의

이 형식에 정의된 복합 속성을 가져옵니다.

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

반환

이 형식에 정의된 복합 속성입니다.

설명

이 API는 복잡한 속성만 반환하며 탐색, 스칼라 또는 서비스 속성을 찾을 수 없습니다.

적용 대상