다음을 통해 공유


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

저장할 메타데이터 모델입니다.

적용 대상