RelationalStrings.SharedRowEntryCountMismatch Método

Definición

La entidad del tipo '{entityType}' comparte la tabla '{tableName}' con entidades de tipo '{missingEntityType}', pero no hay ninguna entidad de este tipo con el mismo valor de clave marcado como '{state}'. Considere la posibilidad de usar "DbContextOptionsBuilder.EnableSensitiveDataLogging" para ver los valores de clave.

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

Parámetros

entityType
Object
tableName
Object
missingEntityType
Object
state
Object

Devoluciones

Se aplica a