Partager via


RelationalStrings.IncompatibleTableExcludedMismatch 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 est exclue des migrations sur un type d’entité, mais pas sur l’autre. Exclure la table des migrations sur tous les types d’entités mappés à la table.

public static string IncompatibleTableExcludedMismatch (object table, object entityType, object otherEntityType);
public static string IncompatibleTableExcludedMismatch (object? table, object? entityType, object? otherEntityType);
static member IncompatibleTableExcludedMismatch : obj * obj * obj -> string
Public Shared Function IncompatibleTableExcludedMismatch (table As Object, entityType As Object, otherEntityType As Object) As String

Paramètres

table
Object
entityType
Object
otherEntityType
Object

Retours

S’applique à