Example #1
0
 public LearnContext()
     : base("name=LearnConnection")
 {
     Configuration.LazyLoadingEnabled   = true;
     Configuration.ProxyCreationEnabled = true;
     Database.CreateIfNotExists();
 }