Compartilhar via


RelationalStrings.SharedRowEntryCountMismatch Método

Definição

A entidade do tipo '{entityType}' está compartilhando a tabela '{tableName}' com entidades do tipo '{missingEntityType}', mas não há nenhuma entidade desse tipo com o mesmo valor de chave que foi marcado como '{state}'. Considere usar 'DbContextOptionsBuilder.EnableSensitiveDataLogging' para ver os valores de chave.

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

Retornos

Aplica-se a