Partager via


CoreStrings.PrimaryKeyDefinedOnIgnoredProperty(Object, Object) Méthode

Définition

L’attribut [PrimaryKey] sur le type d’entité « {entityType} » n’est pas valide, car la propriété « {propertyName} » a été marquée comme unmapped par l’attribut [NotMapped] ou « Ignore() » dans « OnModelCreating ». Une clé primaire ne peut pas utiliser de propriétés non mappées.

public static string PrimaryKeyDefinedOnIgnoredProperty (object? entityType, object? propertyName);
static member PrimaryKeyDefinedOnIgnoredProperty : obj * obj -> string
Public Shared Function PrimaryKeyDefinedOnIgnoredProperty (entityType As Object, propertyName As Object) As String

Paramètres

entityType
Object
propertyName
Object

Retours

S’applique à