Share via


ITypeBase.GetDerivedComplexProperties メソッド

定義

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

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

戻り値

派生複合プロパティ。

注釈

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

適用対象