次の方法で共有


RuntimeEntityType.IReadOnlyEntityType.GetServiceProperties メソッド

定義

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

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

戻り値

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

実装

属性

適用対象