RelationalStrings.TphTableMismatch(Object, Object, Object, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
« {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