Example #1
0
        void test()
        {
            DataModelContainer ctx = new DataModelContainer(new EntityConnection());
            var emp = ctx.Employes.SingleOrDefault(e => e.Id == 1);

            var contr = emp.hh15;

            DBContext fdf;
        }
Example #2
0
        void test()
        {
            DataModelContainer ctx = new DataModelContainer(new EntityConnection());
            var emp = ctx.Employes.SingleOrDefault(e => e.Id == 1);

            var contr = emp.hh15;

            DBContext fdf;
        }
Example #3
0
 public void CloseContext()
 {
     _ctx.Dispose();
     _ctx = null;
 }
Example #4
0
 public void CloseContext()
 {
     _ctx.Dispose();
     _ctx = null;
 }