Exemple #1
0
 /// <exception cref="System.Exception"></exception>
 public static void Main2(string[] args)
 {
     NeoDatis.Odb.Test.Performance.PerformanceTest1OnlySelect pt = new NeoDatis.Odb.Test.Performance.PerformanceTest1OnlySelect
                                                                       ();
     OdbThread.Sleep(20000);
     pt.TestSelectSimpleObjectODB();
 }
		/// <exception cref="System.Exception"></exception>
		public static void Main2(string[] args)
		{
			NeoDatis.Odb.Test.Performance.PerformanceTest1OnlySelect pt = new NeoDatis.Odb.Test.Performance.PerformanceTest1OnlySelect
				();
			OdbThread.Sleep(20000);
			pt.TestSelectSimpleObjectODB();
		}