Condividi tramite


RelationalStrings.SharedRowEntryCountMismatchSensitive Metodo

Definizione

L'entità di tipo '{entityType}' condivide la tabella '{tableName}' con entità di tipo '{missingEntityType}', ma non esiste alcuna entità di questo tipo con lo stesso valore chiave '{keyValue}' contrassegnato come '{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

Parametri

entityType
Object
tableName
Object
missingEntityType
Object
keyValue
Object
state
Object

Restituisce

Si applica a