ManyToManyNavigationPropertyConfiguration<TEntityType, TTargetEntityType>.Map Method (Action<ManyToManyAssociationMappingConfiguration>)
Configures the foreign key column(s) and table used to store the relationship.
Assembly: EntityFramework (in EntityFramework.dll)
public ManyToManyNavigationPropertyConfiguration<TEntityType, TTargetEntityType> Map(
Action<ManyToManyAssociationMappingConfiguration> configurationAction
)
Parameters
- configurationAction
-
Type:
System.Action<ManyToManyAssociationMappingConfiguration>
Action that configures the foreign key column(s) and table.
Return Value
Type: System.Data.Entity.ModelConfiguration.Configuration.ManyToManyNavigationPropertyConfiguration<TEntityType, TTargetEntityType>The same ManyToManyNavigationPropertyConfiguration<TEntityType, TTargetEntityType> instance so that multiple calls can be chained.