Condividi tramite


RelationalStrings.TPHTableMismatch(Object, Object, Object, Object) Metodo

Definizione

'{entityType}' è mappato alla tabella '{table}' mentre '{otherEntityType}' è mappato alla tabella '{otherTable}'. Eseguire il mapping di tutti i tipi di entità nella gerarchia alla stessa tabella oppure rimuovere il discriminatorio ed eseguirne il mapping a tabelle diverse. Per altre informazioni, vedere https://go.microsoft.com/fwlink/?linkid=2130430.

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

Parametri

entityType
Object
table
Object
otherEntityType
Object
otherTable
Object

Restituisce

Si applica a