Partilhar via


RelationalStrings.IncompatibleTableCommentMismatch Método

Definição

Não é possível usar a tabela '{table}' para o tipo de entidade '{entityType}', pois ela está sendo usada para o tipo de entidade '{otherEntityType}' e o comentário '{comment}' não corresponde ao comentário '{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

Parâmetros

table
Object
entityType
Object
otherEntityType
Object
comment
Object
otherComment
Object

Retornos

Aplica-se a