RuntimeTypeBase.GetComplexProperties 方法

定义

获取在此类型上定义的复杂属性。

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

返回

在此类型上定义的复杂属性。

注解

此 API 仅返回复杂属性,不查找导航、标量或服务属性。

适用于