CoreStrings.AmbiguousServiceProperty(Object, Object, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Impossible d’ajouter la propriété de service « {propriété} » de type « {serviceType} » au type d’entité « {entityType} », car il existe une autre propriété du même type. Ignorez l’une des propriétés à l’aide de l’attribut [NotMapped] ou « EntityTypeBuilder.Ignore » dans « OnModelCreating ».
public static string AmbiguousServiceProperty(object property, object serviceType, object entityType);
static member AmbiguousServiceProperty : obj * obj * obj -> string
Public Shared Function AmbiguousServiceProperty (property As Object, serviceType As Object, entityType As Object) As String
Paramètres
- property
- Object
- serviceType
- Object
- entityType
- Object