次の方法で共有


IConventionTypeBase.GetComplexProperties メソッド

定義

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

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

戻り値

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

注釈

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

適用対象