次の方法で共有


RuntimeTypeBase.GetFlattenedComplexProperties メソッド

定義

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

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

戻り値

プロパティ。

適用対象