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

Definition

Applies this convention to an item in the model.

public void Apply (T item, System.Data.Entity.Infrastructure.DbModel model);
abstract member Apply : 'T * System.Data.Entity.Infrastructure.DbModel -> unit
Public Sub Apply (item As T, model As DbModel)

Parameters

item
T

The item to apply the convention to.

model
DbModel

The model.

Applies to