Share via


RelationalStrings.ExecuteUpdateDeleteOnEntityNotMappedToTable(Object) Method

Definition

'ExecuteUpdate' or 'ExecuteDelete' was called on entity type '{entityType}', but that entity type is not mapped to a table.

public static string ExecuteUpdateDeleteOnEntityNotMappedToTable(object? entityType);
static member ExecuteUpdateDeleteOnEntityNotMappedToTable : obj -> string
Public Shared Function ExecuteUpdateDeleteOnEntityNotMappedToTable (entityType As Object) As String

Parameters

entityType
Object

Returns

Applies to