RelationalStrings.DataOperationNoTable(Object) Method

Definition

There is no entity type mapped to the table '{table}' which is used in a data operation. Either add the corresponding entity type to the model, or specify the column types in the data operation.

C#
public static string DataOperationNoTable (object table);
C#
public static string DataOperationNoTable (object? table);

Parameters

table
Object

Returns

Applies to

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