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

适用于