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