private void GetRows() { // Get the DataTable of a DataSet. DataTable table = DataSet1.Tables["Suppliers"]; DataRow[] rows = table.Select(); // Print the ...
確定! 回上一頁