Partager via


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

Définition

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

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

Paramètres

entityType
Object
otherEntityType
Object
table
Object

Retours

S’applique à