Share via


ManyToManyNavigationPropertyConfiguration.Map Method

Definition

Configures the foreign key column(s) and table used to store the relationship.

public void Map (Action<System.Data.Entity.ModelConfiguration.Configuration.ManyToManyAssociationMappingConfiguration> configurationAction);
member this.Map : Action<System.Data.Entity.ModelConfiguration.Configuration.ManyToManyAssociationMappingConfiguration> -> unit
Public Sub Map (configurationAction As Action(Of ManyToManyAssociationMappingConfiguration))

Parameters

configurationAction
Action<ManyToManyAssociationMappingConfiguration>

Action that configures the foreign key column(s) and table.

Applies to