Esempio n. 1
0
 /// <exception cref="System.Exception"></exception>
 public static void Main2(string[] args)
 {
     NeoDatis.Odb.Test.Performance.PerformanceTest2 pt = new NeoDatis.Odb.Test.Performance.PerformanceTest2
                                                             ();
     pt.TestInsertSimpleObjectODB();
 }
Esempio n. 2
0
		/// <exception cref="System.Exception"></exception>
		public static void Main2(string[] args)
		{
			NeoDatis.Odb.Test.Performance.PerformanceTest2 pt = new NeoDatis.Odb.Test.Performance.PerformanceTest2
				();
			pt.TestInsertSimpleObjectODB();
		}