共用方式為


ITypeBase.GetDerivedComplexProperties 方法

定義

取得從這個實體類型衍生之型別上宣告的複雜屬性。

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

傳回

衍生的複雜屬性。

備註

這個方法不會傳回在指定實體類型本身上宣告的複雜屬性。 使用 GetComplexProperties() 傳回在此 和基底實體類型上宣告的複雜屬性。

適用於