次の方法で共有


CosmosKeyDiscoveryConvention.ProcessKeyProperties メソッド

定義

主キーに使用するプロパティを追加または削除します。

protected override void ProcessKeyProperties (System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Metadata.IConventionProperty> keyProperties, Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType);
override this.ProcessKeyProperties : System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Metadata.IConventionProperty> * Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType -> unit
Protected Overrides Sub ProcessKeyProperties (keyProperties As IList(Of IConventionProperty), entityType As IConventionEntityType)

パラメーター

keyProperties
IList<IConventionProperty>

キーの構成に使用されるプロパティ。

entityType
IConventionEntityType

構成対象のエンティティ型。

適用対象