提取数据
DataView Dv = ExecuteDataSet("select id as 编号,time as 时间 from table");
通过
Dv.Table.Columns[0].ColumnName 获取得到的值是"编号"
怎么样才能得到原来的列名"id"
白板的微信
相关分类