Share via


IReadOnlyTypeBase.GetDerivedComplexProperties メソッド

定義

この型から派生した型で宣言された複合プロパティを取得します。

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyComplexProperty> GetDerivedComplexProperties ();
abstract member GetDerivedComplexProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyComplexProperty>
Public Function GetDerivedComplexProperties () As IEnumerable(Of IReadOnlyComplexProperty)

戻り値

派生複合プロパティ。

注釈

このメソッドは、指定された型自体で宣言された複合プロパティを返しません。 この 型と基本型で宣言された複合プロパティを返すには、 を使用 GetComplexProperties() します。

適用対象