Partilhar via


RelationalStrings.SharedRowEntryCountMismatchSensitive 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 '{keyValue}' que foi marcado como '{state}'.

public static string SharedRowEntryCountMismatchSensitive (object entityType, object tableName, object missingEntityType, object keyValue, object state);
static member SharedRowEntryCountMismatchSensitive : obj * obj * obj * obj * obj -> string
Public Shared Function SharedRowEntryCountMismatchSensitive (entityType As Object, tableName As Object, missingEntityType As Object, keyValue As Object, state As Object) As String

Parâmetros

entityType
Object
tableName
Object
missingEntityType
Object
keyValue
Object
state
Object

Retornos

Aplica-se a