dt.Columns.Add("ROWNUM", typeof(Int64));
dt.Columns["ROWNUM"].SetOrdinal(0);
05-23 03:53