共用方式為


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)

傳回

屬性。

適用於