예제 #1
0
 public static void Init()
 {
     UCustom011.Init();
     UCustom01.Init();
     Save();
     CodeFirst();
     Updateable();
     Json();
     Ado();
     Queryable();
     QueryableAsync();
     //Thread();
     //Thread2();
     //Thread3();
 }
예제 #2
0
 public static void Init()
 {
     UCustom01.Init();
     UCustom011.Init();
     UBulkCopy.Init();
     Bulk();
     Insert();
     CodeFirst();
     Updateable();
     Json();
     Ado();
     Queryable();
     QueryableAsync();
     Thread();
     Thread2();
     Thread3();
 }
예제 #3
0
 public static void Init()
 {
     UCustom09.Init();
     UCustom011.Init();
     UCustom010.Init();
     UCustom08.Init();
     UCustom07.Init();
     UCustom01.Init();
     UCustom02.Init();
     UCustom03.Init();
     UCustom04.Init();
     UCustom05.Init();
     UCustom06.Init();
     SubQueryTest();
     UConfig();
     DeleteTest();
     Fastest2();
     SplitTest();
     Filter();
     Insert();
     Insert2();
     Enum();
     Tran();
     Queue();
     CodeFirst();
     Updateable();
     Json();
     Ado();
     Queryable();
     Queryable2();
     QueryableAsync();
     AopTest();
     //Thread();
     //Thread2();
     //Thread3();
 }