다음을 통해 공유


ITypeBase.GetComplexProperties 메서드

정의

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

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

반환

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

설명

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

적용 대상