IConventionTypeBase.GetDerivedComplexProperties 方法

定義

取得衍生自這個型別之型別上宣告的複雜屬性。

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

傳回

衍生的複雜屬性。

備註

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

適用於