ManyToManyNavigationPropertyConfiguration<TEntityType, TTargetEntityType>.Map Method (Action<ManyToManyAssociationMappingConfiguration>)

 

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

Namespace:   System.Data.Entity.ModelConfiguration.Configuration
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.