DataTable tableEMP = new DataTable("Empoyees"); tableEMP.Columns.Add("ID",typeof(int)); tableEMP.Columns.Add("Name", typeof(string));
確定! 回上一頁