次の方法で共有


RuntimeEntityType.IReadOnlyEntityType.GetProperties メソッド

定義

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

[System.Diagnostics.DebuggerStepThrough]
System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty> IReadOnlyEntityType.GetProperties ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType.GetProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty>
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType.GetProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty>
Function GetProperties () As IEnumerable(Of IReadOnlyProperty) Implements IReadOnlyEntityType.GetProperties

戻り値

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

実装

属性

適用対象