次の方法で共有


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

戻り値

複合プロパティを入力します。

適用対象