Partager via


RelationalStrings.SharedRowEntryCountMismatch Méthode

Définition

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

Retours

S’applique à