RelationalStrings.NonTPHTableClash(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} » et « {otherEntityType} » sont mappés à la table « {table} ». Tous les types d’entités d’une hiérarchie qui n’ont 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);
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