共用方式為


RuntimeTypeBase.GetFlattenedDeclaredProperties 方法

定義

IProperty如果有任何,則傳回此類型的所有成員和所有巢狀複雜類型。

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

傳回

屬性。

適用於