다음을 통해 공유


IReadOnlyTypeBase.GetComplexProperties 메서드

정의

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

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

반환

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

설명

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

적용 대상