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() 返回对此类型和基类型声明的复杂属性。

适用于