RelationalStrings.SharedRowEntryCountMismatchSensitive 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 '{keyValue}' que se ha 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

Devoluciones

Se aplica a