共用方式為


RuntimeEntityType.FindServicePropertiesInHierarchy(String) 方法

定義

取得此類型、基底類型或衍生型別上具有指定名稱的服務屬性。

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

參數

propertyName
String

傳回

輸入服務屬性。

適用於