次の方法で共有


RuntimeTypeBase.GetComplexProperties メソッド

定義

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

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

戻り値

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

注釈

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

適用対象