Exemplo n.º 1
0
 public void BatchInsertTestTrue()
 {
     sqlExecute.BatchInsert(TableGenarate.GetTable());
     Assert.IsTrue(true);
 }
Exemplo n.º 2
0
        public void BatchInsertTestTrue()
        {
            IDbContext dbContext = DbContext.BatchInsert <TestEntity>(TableGenarate.GetTable());

            Assert.IsNotNull(dbContext);
        }