ManyToManyNavigationPropertyConfiguration.Map Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.