Parallel.ForEach<DataRow>(taskTb.AsEnumerable(), (Action<DataRow>)(taskRow =>{}))
委托的形式遍历表中的每行:
DataRow:行;taskTb:表;taskRow:参数。