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