예제 #1
0
        public async Task Create_Batch_Shortcut()
        {
            var list = await new CreateData().PreCreateBatchV2(Conn2);

            xx = string.Empty;

            var res1 = await Conn2.OpenDebug().CreateBatchAsync(list);

            Assert.IsTrue(res1 == 10);



            /********************************************************************************************************************************/

            xx = string.Empty;
        }