RelationalStrings.IncompatibleTableCommentMismatch Method

Definition

Cannot use table '{table}' for entity type '{entityType}' since it is being used for entity type '{otherEntityType}' and the comment '{comment}' does not match the comment '{otherComment}'.

C#
public static string IncompatibleTableCommentMismatch (object table, object entityType, object otherEntityType, object comment, object otherComment);
C#
public static string IncompatibleTableCommentMismatch (object? table, object? entityType, object? otherEntityType, object? comment, object? otherComment);

Parameters

table
Object
entityType
Object
otherEntityType
Object
comment
Object
otherComment
Object

Returns

Applies to

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