DataTable dt; foreach (DataColumn dc in dt.Columns) { string.Format("列名:{0} ,数据类型:{1}" ,dc.ColumnName, dc. ... Rows select dr[0];.
確定! 回上一頁