다음을 통해 공유


DefaultDbModelStore.Save(Type, DbModel) 메서드

정의

모델을 저장소에 저장합니다.

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)

매개 변수

contextType
Type

모델을 나타내는 컨텍스트의 형식입니다.

model
DbModel

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

적용 대상