Share via


ComplexTypeDiscoveryConvention.Apply(EdmModel, DbModel) Method

Definition

Applies this convention to an item in the model.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainability", "CA1506:AvoidExcessiveClassCoupling")]
public virtual void Apply (System.Data.Entity.Core.Metadata.Edm.EdmModel item, System.Data.Entity.Infrastructure.DbModel model);
abstract member Apply : System.Data.Entity.Core.Metadata.Edm.EdmModel * System.Data.Entity.Infrastructure.DbModel -> unit
override this.Apply : System.Data.Entity.Core.Metadata.Edm.EdmModel * System.Data.Entity.Infrastructure.DbModel -> unit
Public Overridable Sub Apply (item As EdmModel, model As DbModel)

Parameters

item
EdmModel

The item to apply the convention to.

model
DbModel

The model.

Implements

Attributes

Applies to