コード例 #1
0
ファイル: TestBigFile.cs プロジェクト: ekicyou/pasta
		/// <exception cref="System.IO.IOException"></exception>
		/// <exception cref="System.Exception"></exception>
		public static void Main2(string[] args)
		{
			NeoDatis.Odb.Test.IO.TestBigFile tt = new NeoDatis.Odb.Test.IO.TestBigFile();
			// tt.t2estBigFileWithOdbSelect();
			tt.T2estBigFileWithOdb();
		}
コード例 #2
0
 /// <exception cref="System.IO.IOException"></exception>
 /// <exception cref="System.Exception"></exception>
 public static void Main2(string[] args)
 {
     NeoDatis.Odb.Test.IO.TestBigFile tt = new NeoDatis.Odb.Test.IO.TestBigFile();
     // tt.t2estBigFileWithOdbSelect();
     tt.T2estBigFileWithOdb();
 }