dt.Columns.Add("ROWNUM", typeof(Int64));
dt.Columns["ROWNUM"].SetOrdinal(0);

相关文章: