DataTable table = DataSet1.Tables["Suppliers"]; DataRow[] rows = table.Select(); // Print the value one column of each DataRow. for(int i = 0; i < rows.
確定! 回上一頁