RelationalStrings.IncompatibleTableDerivedRelationship 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.
Impossible d’utiliser la table « {table} » pour le type d’entité « {entityType} », car elle est utilisée pour le type d’entité « {otherEntityType} » et il existe une relation entre leurs clés primaires dans lesquelles « {entityType} » est dépendant, mais « {entityType} » a un type d’entité de base mappé à une autre table. Mappez « {otherEntityType} » à une autre table, ou inversez la relation entre « {entityType} » et « {otherEntityType} ».
public static string IncompatibleTableDerivedRelationship (object table, object entityType, object otherEntityType);
public static string IncompatibleTableDerivedRelationship (object? table, object? entityType, object? otherEntityType);
static member IncompatibleTableDerivedRelationship : obj * obj * obj -> string
Public Shared Function IncompatibleTableDerivedRelationship (table As Object, entityType As Object, otherEntityType As Object) As String
Paramètres
- table
- Object
- entityType
- Object
- otherEntityType
- Object