次の方法で共有


RuntimeTypeBase.GetFlattenedProperties メソッド

定義

この型のすべての IProperty メンバーと入れ子になった複合型 (存在する場合) を返します。

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

戻り値

プロパティ。

適用対象