次の方法で共有


IReadOnlyEntityType.GetServiceProperties メソッド

定義

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

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

戻り値

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

注釈

この API は、サービス プロパティのみを返し、スカラー プロパティまたはナビゲーション プロパティを返しません。

適用対象