다음을 통해 공유


ITypeBase.GetDeclaredComplexProperties 메서드

정의

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

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

반환

선언된 복합 속성입니다.

적용 대상