Condividi tramite


RelationalStrings.IncompatibleTableExcludedMismatch Metodo

Definizione

Impossibile usare la tabella '{table}' per il tipo di entità '{entityType}' perché viene usato per il tipo di entità '{otherEntityType}' ed è escluso dalle migrazioni su un tipo di entità ma non dall'altro. Escludere la tabella dalle migrazioni in tutti i tipi di entità mappati alla tabella.

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

Parametri

table
Object
entityType
Object
otherEntityType
Object

Restituisce

Si applica a