Share via


CosmosEntityTypeExtensions.GetPartitionKeyProperty メソッド

定義

オーバーロード

GetPartitionKeyProperty(IReadOnlyEntityType)

パーティション キーの格納に使用される プロパティを返します。

GetPartitionKeyProperty(IMutableEntityType)

パーティション キーの格納に使用される プロパティを返します。

GetPartitionKeyProperty(IConventionEntityType)

パーティション キーの格納に使用される プロパティを返します。

GetPartitionKeyProperty(IEntityType)

パーティション キーの格納に使用される プロパティを返します。

GetPartitionKeyProperty(IReadOnlyEntityType)

パーティション キーの格納に使用される プロパティを返します。

public static Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty? GetPartitionKeyProperty (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
static member GetPartitionKeyProperty : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty
<Extension()>
Public Function GetPartitionKeyProperty (entityType As IReadOnlyEntityType) As IReadOnlyProperty

パラメーター

entityType
IReadOnlyEntityType

パーティション キー プロパティを取得するエンティティ型。

戻り値

パーティション キー プロパティの名前。

適用対象

GetPartitionKeyProperty(IMutableEntityType)

パーティション キーの格納に使用される プロパティを返します。

public static Microsoft.EntityFrameworkCore.Metadata.IMutableProperty? GetPartitionKeyProperty (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType);
static member GetPartitionKeyProperty : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType -> Microsoft.EntityFrameworkCore.Metadata.IMutableProperty
<Extension()>
Public Function GetPartitionKeyProperty (entityType As IMutableEntityType) As IMutableProperty

パラメーター

entityType
IMutableEntityType

パーティション キー プロパティを取得するエンティティ型。

戻り値

パーティション キー プロパティの名前。

適用対象

GetPartitionKeyProperty(IConventionEntityType)

パーティション キーの格納に使用される プロパティを返します。

public static Microsoft.EntityFrameworkCore.Metadata.IConventionProperty? GetPartitionKeyProperty (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType);
static member GetPartitionKeyProperty : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType -> Microsoft.EntityFrameworkCore.Metadata.IConventionProperty
<Extension()>
Public Function GetPartitionKeyProperty (entityType As IConventionEntityType) As IConventionProperty

パラメーター

entityType
IConventionEntityType

パーティション キー プロパティを取得するエンティティ型。

戻り値

パーティション キー プロパティの名前。

適用対象

GetPartitionKeyProperty(IEntityType)

パーティション キーの格納に使用される プロパティを返します。

public static Microsoft.EntityFrameworkCore.Metadata.IProperty? GetPartitionKeyProperty (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
static member GetPartitionKeyProperty : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> Microsoft.EntityFrameworkCore.Metadata.IProperty
<Extension()>
Public Function GetPartitionKeyProperty (entityType As IEntityType) As IProperty

パラメーター

entityType
IEntityType

パーティション キー プロパティを取得するエンティティ型。

戻り値

パーティション キー プロパティの名前。

適用対象