共用方式為


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

傳回

輸入複雜屬性。

適用於