正序:DataRow[] datarow = datarow.OrderBy(x=>x["Ybrq"]).ToArray();
倒序:DataRow[] datarow = datarow.OrderByDescending(x=>x["Ybrq"]).ToArray();