共用方式為


IMutableTypeBase.GetDerivedComplexProperties 方法

定義

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

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

傳回

衍生的複雜屬性。

備註

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

適用於