次の方法で共有


ITypeBase.GetComplexProperties メソッド

定義

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

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

戻り値

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

注釈

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

適用対象