Поделиться через


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

Возвращаемое значение

Применяется к