RuntimeTypeBase.FindComplexPropertiesInHierarchy(String) 方法

定义

获取此类型、基类型或派生类型上具有给定名称的复杂属性。

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

参数

propertyName
String

返回

键入复杂属性。

适用于