次の方法で共有


ITypeBase.GetDeclaredComplexProperties メソッド

定義

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

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

戻り値

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

適用対象