DataTable cDataTable= new DataTable(); DataColumn a = new DataColumn("Select", typeof(bool)); cDataTable.Columns.Add(a);.
確定! 回上一頁