Freigeben über


CosmosKeyDiscoveryConvention.ProcessKeyProperties Methode

Definition

Fügt Eigenschaften hinzu, die für den Primärschlüssel verwendet werden sollen, oder entfernt sie.

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)

Parameter

keyProperties
IList<IConventionProperty>

Die Eigenschaften, die zum Konfigurieren des Schlüssels verwendet werden.

entityType
IConventionEntityType

Der Entitätstyp, der konfiguriert wird.

Gilt für: