コード例 #1
0
 private static void Main(string[] args)
 {
     for (int i = 0; i < 100; i++)
     {
         using (var a = new RavenDB_1359())
         {
             Console.WriteLine(i);
             a.IndexThatLoadAttachmentsShouldIndexAllDocuments();
         }
     }
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: bbqchickenrobot/ravendb
		private static void Main(string[] args)
		{
			for (int i = 0; i < 100; i++)
			{
				using (var a = new RavenDB_1359())
				{
					Console.WriteLine(i);
					a.IndexThatLoadAttachmentsShouldIndexAllDocuments();
				}
			
			}

		}