KeyDiscoveryConvention.ProcessKeyProperties Yöntem

Tanım

Birincil anahtar için kullanılacak özellikleri ekler veya kaldırır.

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

Parametreler

keyProperties
IList<IConventionProperty>

Anahtarı yapılandırmak için kullanılacak özellikler.

entityType
IConventionEntityType

Yapılandırılan varlık türü.

Şunlara uygulanır