コード例 #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();
 }
コード例 #2
0
ファイル: PerformanceTest2.cs プロジェクト: ekicyou/pasta
		/// <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();
		}