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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework