RelationalStrings.TPHTableMismatch(Object, Object, Object, Object) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
'{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);
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:
Entity Framework