Поделиться через


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

Настраиваемый тип сущности.

Применяется к