RelationalStrings.IncompatibleTableCommentMismatch 方法

定义

无法将表“{table}”用于实体类型“{entityType}”,因为它用于实体类型“{otherEntityType}”,并且注释“{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

参数

table
Object
entityType
Object
otherEntityType
Object
comment
Object
otherComment
Object

返回

适用于