Performing a SQL SELECT Statement and Storing the Rows Locally phần 2
The Fill() method then creates a DataTable in the DataSet with the specified name and runs the SELECT statement. The DataTable created in your DataSet is then populated with the rows retrieved by the SELECT statement.