Partager via


RelationalStrings.IncompatibleTableNoRelationship Méthode

Définition

Impossible d’utiliser la table « {table} » pour le type d’entité « {entityType} », car elle est utilisée pour le type d’entité « {otherEntityType} » et potentiellement d’autres types d’entités, mais il n’existe aucune relation de liaison. Ajoutez une clé étrangère à « {entityType} » sur les propriétés de clé primaire et pointez vers la clé primaire sur un autre type d’entité mappé à « {table} ».

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

Paramètres

table
Object
entityType
Object
otherEntityType
Object

Retours

S’applique à