DbModelStore.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 abstract void Save (Type contextType, System.Data.Entity.Infrastructure.DbModel model);
abstract member Save : Type * System.Data.Entity.Infrastructure.DbModel -> unit
Public MustOverride 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework