RelationalStrings.IncompatibleTableCommentMismatch 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.
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}'.
public static string IncompatibleTableCommentMismatch (object table, object entityType, object otherEntityType, object comment, object otherComment);
public static string IncompatibleTableCommentMismatch (object? table, object? entityType, object? otherEntityType, object? comment, object? otherComment);
static member IncompatibleTableCommentMismatch : obj * obj * obj * obj * obj -> string
Public Shared Function IncompatibleTableCommentMismatch (table As Object, entityType As Object, otherEntityType As Object, comment As Object, otherComment As Object) As String
Parameters
- table
- Object
- entityType
- Object
- otherEntityType
- Object
- comment
- Object
- otherComment
- Object
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework