public void Verify_that_entities_with_more_than_UseSortedListCrossover_properties_work_fine()
 {
     using (var ctx = new MyContext2())
     {
         ctx.MyBigEntities.Add(
             new MyBigEntity
                 {
                     Property01 = "Test"
                 });
     }
 }
Ejemplo n.º 2
0
 public void Verify_that_entities_with_more_than_UseSortedListCrossover_properties_work_fine()
 {
     using (var ctx = new MyContext2())
     {
         ctx.MyBigEntities.Add(
             new MyBigEntity
         {
             Property01 = "Test"
         });
     }
 }