Sdílet prostřednictvím


RelationalStrings.TphTableMismatch(Object, Object, Object, Object) Metoda

Definice

{entityType} je namapován na tabulku {table}, zatímco {otherEntityType} je namapován na tabulku {otherTable}. Namapujte všechny typy entit v hierarchii na stejnou tabulku nebo odeberte diskriminátor a namapujte je všechny na různé tabulky. Další informace naleznete v tématu 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

Návraty

Platí pro