RelationalStrings.ExecuteUpdateDeleteOnEntityNotMappedToTable(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
'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