ComplexTypeDiscoveryConvention.Apply Method (EdmModel, DbModel)

 

Applies configuration to the specified item in the mapping model.

Namespace:   System.Data.Entity.ModelConfiguration.Conventions
Assembly:  EntityFramework (in EntityFramework.dll)

[SuppressMessageAttribute("Microsoft.Maintainability", "CA1506:AvoidExcessiveClassCoupling")]
[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.

model
Type: System.Data.Entity.Infrastructure.DbModel

The mapping model.