共用方式為


DbModelStore.Save(Type, DbModel) 方法

定義

將模型儲存至存放區。

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)

參數

contextType
Type

代表模型的內容類型。

model
DbModel

要儲存的元資料模型。

適用於