ForeignKeyDiscoveryConvention.Apply Method (AssociationType, DbModel)
Applies this convention to a property.
Assembly: EntityFramework (in EntityFramework.dll)
[SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] public virtual void Apply( AssociationType item, DbModel model )
Parameters
- item
-
Type:
System.Data.Entity.Core.Metadata.Edm.AssociationType
The item.
- model
-
Type:
System.Data.Entity.Infrastructure.DbModel
The model.