MutableEntityTypeExtensions.GetDeclaredServiceProperties メソッド

定義

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

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

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

パラメーター

entityType
IMutableEntityType

エンティティの型。

戻り値

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

適用対象