共用方式為


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)

傳回

屬性。

適用於