共用方式為


RuntimeTypeBase.ITypeBase.GetFlattenedProperties 方法

定義

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

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

傳回

屬性。

實作

適用於