次の方法で共有


RuntimeTypeBase.GetDeclaredComplexProperties メソッド

定義

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

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

戻り値

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

適用対象