ManyToManyAssociationMappingConfiguration.MapLeftKey(String[]) 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.
Configure le nom de la colonne pour la clé étrangère de gauche. La clé étrangère gauche pointe vers l’entité parente de la propriété de navigation spécifiée dans l’appel HasMany.
public System.Data.Entity.ModelConfiguration.Configuration.ManyToManyAssociationMappingConfiguration MapLeftKey (params string[] keyColumnNames);
member this.MapLeftKey : string[] -> System.Data.Entity.ModelConfiguration.Configuration.ManyToManyAssociationMappingConfiguration
Public Function MapLeftKey (ParamArray keyColumnNames As String()) As ManyToManyAssociationMappingConfiguration
Paramètres
- keyColumnNames
- String[]
Noms des colonnes de clé étrangère. Lorsque vous utilisez plusieurs propriétés de clé étrangère, les propriétés doivent être spécifiées dans le même ordre que les propriétés de clé primaire ont été configurées pour le type d’entité cible.
Retours
Le même ManyToManyAssociationMappingConfiguration instance afin que plusieurs appels puissent être chaînés.