Partager via


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

Définition

« {entityType} » et « {otherEntityType} » sont mappés à la vue « {view} ». Tous les types d’entités d’une hiérarchie qui n’ont pas de discriminateur doivent être mappés à des vues différentes. Consultez la rubrique https://go.microsoft.com/fwlink/?linkid=2130430 (éventuellement en anglais) pour plus d'informations.

public static string NonTPHViewClash (object entityType, object otherEntityType, object view);
public static string NonTPHViewClash (object? entityType, object? otherEntityType, object? view);
static member NonTPHViewClash : obj * obj * obj -> string
Public Shared Function NonTPHViewClash (entityType As Object, otherEntityType As Object, view As Object) As String

Paramètres

entityType
Object
otherEntityType
Object
view
Object

Retours

S’applique à