datatable DataRow

foreach (DataRow dr in dt.Rows)
{
ss = ss + dr["活动名称"].ToString() + ",";
}

原文地址:https://www.cnblogs.com/yuluhuang/p/3272237.html