RelationalStrings.IncompatibleTableExcludedMismatch 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.
The table '{table}' cannot be used for entity type '{entityType}' since it is being used for entity type '{otherEntityType}' and is excluded from migrations on one entity type but not on the other. Exclude the table from migrations on all entity types mapped to the table.
public static string IncompatibleTableExcludedMismatch(object? table, object? entityType, object? otherEntityType);
public static string IncompatibleTableExcludedMismatch(object table, object entityType, object otherEntityType);
static member IncompatibleTableExcludedMismatch : obj * obj * obj -> string
Public Shared Function IncompatibleTableExcludedMismatch (table As Object, entityType As Object, otherEntityType As Object) As String
Parameters
- table
- Object
- entityType
- Object
- otherEntityType
- Object