String)); // create a row with the same schema as DataTable dt DataRow row = dt.NewRow(); row["MyColumn"] = "Item 1"; // add the row to the table dt.Rows.
確定! 回上一頁