Condividi tramite


RelationalStrings.IncompatibleTableCommentMismatch Metodo

Definizione

Impossibile usare la tabella '{table}' per il tipo di entità '{entityType}' poiché viene usata per il tipo di entità '{otherEntityType}' e il commento '{comment}' non corrisponde al commento '{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

Parametri

table
Object
entityType
Object
otherEntityType
Object
comment
Object
otherComment
Object

Restituisce

Si applica a