Share via


IReadOnlyTypeBase.GetComplexProperties メソッド

定義

この型と基本型で定義されている複合プロパティを取得します。

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

戻り値

この型で定義されている複合プロパティ。

注釈

この API は複雑なプロパティのみを返し、ナビゲーション、スカラー、またはサービス のプロパティは見つかりません。

適用対象