Partager via


RelationalStrings.IncompatibleTableCommentMismatch Méthode

Définition

Impossible d’utiliser la table « {table} » pour le type d’entité « {entityType} », car elle est utilisée pour le type d’entité « {otherEntityType} » et le commentaire « {comment} » ne correspond pas au commentaire « {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

Paramètres

table
Object
entityType
Object
otherEntityType
Object
comment
Object
otherComment
Object

Retours

S’applique à