DefaultDbModelStore.Save(Type, DbModel) Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Saves a model to the store.
public override void Save(Type contextType, System.Data.Entity.Infrastructure.DbModel model);
	override this.Save : Type * System.Data.Entity.Infrastructure.DbModel -> unit
	Public Overrides Sub Save (contextType As Type, model As DbModel)
	Parameters
- contextType
 - Type
 
The type of context representing the model.
- model
 - DbModel
 
The metadata model to save.