RelationalStrings.TableNotMappedEntityType(Object, Object) Method

Definition

The entity type '{entityType}' is not mapped to the store object '{table}'.

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

Parameters

entityType
Object
table
Object

Returns

Applies to