Share via


IMutableTypeBase.GetDeclaredComplexProperties メソッド

定義

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

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

戻り値

宣言された複合プロパティ。

注釈

このメソッドは、基本型で宣言されたプロパティを返しません。 同じプロパティを複数回処理しないように、すべての型を反復処理する場合に便利です。 を使用 GetComplexProperties() して、基本型で宣言されたプロパティも返します。

適用対象