RelationalStrings.UpdateDataOperationRowCountMismatch Method

Definition

The number of value rows ({valuesCount}) doesn't match the number of key rows ({keyCount}) for the data modification operation on '{table}'. Provide the same number of value rows and key rows.

C#
public static string UpdateDataOperationRowCountMismatch (object valuesCount, object keyCount, object table);
C#
public static string UpdateDataOperationRowCountMismatch (object? valuesCount, object? keyCount, object? table);

Parameters

valuesCount
Object
keyCount
Object
table
Object

Returns

Applies to

Product Versions
Entity Framework Core 5.0, 6.0, 7.0, 8.0, 9.0