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)

返回

属性。

适用于