DbConfiguration.SetModelStore(DbModelStore) Method

Definition

Sets a singleton model store implementation (persisted model cache).

protected internal void SetModelStore (System.Data.Entity.Infrastructure.DbModelStore modelStore);
member this.SetModelStore : System.Data.Entity.Infrastructure.DbModelStore -> unit
Protected Friend Sub SetModelStore (modelStore As DbModelStore)

Parameters

modelStore
DbModelStore

The model store implementation.

Applies to