Share via


RuntimeEntityType.IEntityType.GetDeclaredServiceProperties メソッド

定義

指定 IEntityTypeした で宣言されているすべてのサービス プロパティを取得します。

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

戻り値

宣言されたサービス プロパティ。

実装

属性

適用対象