RelationalStrings.TphTableMismatch(Object, Object, Object, Object) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
'{entityType}' viene mappato alla tabella '{table}' mentre '{otherEntityType}' viene mappato alla tabella '{otherTable}'. Eseguire il mapping di tutti i tipi di entità nella gerarchia alla stessa tabella oppure rimuovere il discriminazione e eseguirne il mapping a tutte le 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);
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