DefaultDbModelStore.Save(Type, DbModel) Method

Definition

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.

Applies to