IReadOnlyTypeBase.GetDerivedComplexProperties 方法

定義

取得在衍生自此類型之型別上宣告的複雜屬性。

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

傳回

衍生的複雜屬性。

備註

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

適用於