Share via


RuntimeTypeBase.ITypeBase.GetFlattenedComplexProperties メソッド

定義

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

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

戻り値

プロパティ。

実装

適用対象