다음을 통해 공유


IReadOnlyTypeBase.GetDeclaredComplexProperties 메서드

정의

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

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

반환

선언된 복합 속성입니다.

적용 대상