Example #1
0
 public void BatchInsert(IEnumerable <T> entities, int timeout = 120)
 {
     SqlProvider.ExcuteBulkCopy(DbCon, entities);
 }