IStoreModelConvention<T>.Apply Method (T, DbModel)

 

Applies this convention to an item in the model.

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

void Apply(
	T item,
	DbModel model
)

Parameters

item
Type: T

The item to apply the convention to.

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

The model.