ConventionEntityTypeExtensions.GetDeclaredServiceProperties メソッド

定義

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

このメソッドは、基本型で宣言されたプロパティを返しません。 同じプロパティを複数回処理しないように、すべてのエンティティ型を反復処理する場合に便利です。 を使用して GetServiceProperties() 、基本型で宣言されたプロパティも返します。

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IConventionServiceProperty> GetDeclaredServiceProperties (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType);
static member GetDeclaredServiceProperties : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType -> seq<Microsoft.EntityFrameworkCore.Metadata.IConventionServiceProperty>
<Extension()>
Public Function GetDeclaredServiceProperties (entityType As IConventionEntityType) As IEnumerable(Of IConventionServiceProperty)

パラメーター

entityType
IConventionEntityType

エンティティの型。

戻り値

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

適用対象