Partager via


RelationalStrings.TphTableMismatch(Object, Object, Object, Object) Méthode

Définition

« {entityType} » est mappé à la table « {table} » tandis que « {otherEntityType} » est mappé à la table « {otherTable} ». Mappez tous les types d’entités de la hiérarchie à la même table, ou supprimez le discriminateur et mappez-les tous à différentes tables. Consultez la rubrique https://go.microsoft.com/fwlink/?linkid=2130430 (éventuellement en anglais) pour plus d'informations.

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

Paramètres

entityType
Object
table
Object
otherEntityType
Object
otherTable
Object

Retours

S’applique à