Data.DataTable newDT = oDT.Clone();. int rowCount = oDT.Rows.Count;. System.Data.DataRow[] foundRows = oDT.Select(null, Sort); // Sort with Column name.
確定! 回上一頁