Share via


RuntimeTypeBase.FindPropertiesInHierarchy(String) メソッド

定義

この型、基本型、または派生型の指定された名前を持つプロパティを取得します。

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

パラメーター

propertyName
String

戻り値

型プロパティ。

適用対象