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