Share via


MutableEntityTypeExtensions.RemoveKey Méthode

Définition

Supprime une clé primaire ou secondaire de ce type d’entité.

public static Microsoft.EntityFrameworkCore.Metadata.IMutableKey RemoveKey (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IMutableProperty> properties);
static member RemoveKey : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IMutableProperty> -> Microsoft.EntityFrameworkCore.Metadata.IMutableKey
<Extension()>
Public Function RemoveKey (entityType As IMutableEntityType, properties As IReadOnlyList(Of IMutableProperty)) As IMutableKey

Paramètres

entityType
IMutableEntityType

Type d'entité.

properties
IReadOnlyList<IMutableProperty>

Propriétés qui composent la clé.

Retours

Clé supprimée.

S’applique à