RelationalStrings.TphTableMismatch(Object, Object, Object, Object) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Element "{entityType}" jest mapowany na tabelę "{table}", podczas gdy element "{otherEntityType}" jest mapowany na tabelę "{otherTable}". Zamapuj wszystkie typy jednostek w hierarchii na tę samą tabelę lub usuń dyskryminujące i zamapuj je na różne tabele. Aby uzyskać więcej informacji, zobacz 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
Parametry
- entityType
- Object
- table
- Object
- otherEntityType
- Object
- otherTable
- Object