RelationalStrings.TPHViewMismatch(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é à l’affichage « {view} » tandis que « {otherEntityType} » est mappé à la vue « {otherView} ». Mappez tous les types d’entités de la hiérarchie à la même vue, ou supprimez le discriminateur et mappez-les tous à des vues différentes. Consultez la rubrique https://go.microsoft.com/fwlink/?linkid=2130430 (éventuellement en anglais) pour plus d'informations.
public static string TPHViewMismatch (object entityType, object view, object otherEntityType, object otherView);
public static string TPHViewMismatch (object? entityType, object? view, object? otherEntityType, object? otherView);
static member TPHViewMismatch : obj * obj * obj * obj -> string
Public Shared Function TPHViewMismatch (entityType As Object, view As Object, otherEntityType As Object, otherView As Object) As String
Paramètres
- entityType
- Object
- view
- Object
- otherEntityType
- Object
- otherView
- Object