RelationalStrings.IncompatibleTableCommentMismatch Método

Definición

No se puede usar la tabla '{table}' para el tipo de entidad '{entityType}' ya que se usa para el tipo de entidad '{otherEntityType}' y el comentario '{comment}' no coincide con el comentario '{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

Devoluciones

Se aplica a