다음을 통해 공유


RuntimeTypeBase.ITypeBase.GetFlattenedDeclaredProperties 메서드

정의

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

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

반환

속성입니다.

구현

적용 대상