ITypeBase.GetFlattenedProperties 方法

定義

傳回實作 IProperty 的所有屬性,包括複雜型別上的屬性。

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

傳回

屬性。

適用於