Partager via


ManyToManyAssociationMappingConfiguration.MapLeftKey(String[]) Méthode

Définition

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.

S’applique à