StoreGeneratedIdentityKeyConvention.Apply Method (EntityType, DbModel)

 

Applies configuration to the specified item in the mapping model.

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

public virtual void Apply(
	EntityType item,
	DbModel model
)

Parameters

item
Type: System.Data.Entity.Core.Metadata.Edm.EntityType

The item.

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

The mapping model.