IMutableTypeBase.GetComplexProperties 方法

定义

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

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

返回

在此类型上定义的属性。

注解

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

适用于