Share via


ITypeBase.GetFlattenedComplexProperties メソッド

定義

を実装 IComplexPropertyするすべてのプロパティ (複合型を含む) を返します。

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

戻り値

プロパティ。

適用対象