다음을 통해 공유


ITypeBase.GetFlattenedDeclaredProperties 메서드

정의

복합 형식의 속성을 포함하여 를 구현 IProperty하는 선언된 모든 속성을 반환합니다.

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

반환

속성입니다.

적용 대상