RelationalStrings.SharedRowEntryCountMismatch 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.
L’entité de type « {entityType} » partage la table « {tableName} » avec des entités de type « {missingEntityType} », mais il n’existe aucune entité de ce type avec la même valeur de clé qui a été marquée comme « {state} ». Envisagez d’utiliser « DbContextOptionsBuilder.EnableSensitiveDataLogging » pour afficher les valeurs de clé.
public static string SharedRowEntryCountMismatch (object entityType, object tableName, object missingEntityType, object state);
static member SharedRowEntryCountMismatch : obj * obj * obj * obj -> string
Public Shared Function SharedRowEntryCountMismatch (entityType As Object, tableName As Object, missingEntityType As Object, state As Object) As String
Paramètres
- entityType
- Object
- tableName
- Object
- missingEntityType
- Object
- state
- Object