RelationalStrings.TphTableMismatch(Object, Object, Object, Object) Methode

Definition

'{entityType}' wird der Tabelle '{table}' zugeordnet, während '{otherEntityType}' der Tabelle '{otherTable}' zugeordnet ist. Ordnen Sie alle Entitätstypen in der Hierarchie derselben Tabelle zu, oder entfernen Sie den Diskriminator, und ordnen Sie sie allen verschiedenen Tabellen zu. Weitere Informationen finden Sie unter 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

Parameter

entityType
Object
table
Object
otherEntityType
Object
otherTable
Object

Gibt zurück

Gilt für: