Partager via


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

Définition

« {entityType} » est mappé à la vue « {view} » tandis que « {otherEntityType} » est mappé à la vue « {otherView} ». Mapper tous les types d’entités de la hiérarchie à la même vue ou supprimer le discriminateur et les mapper à 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);
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

Retours

S’applique à