The data adapter is in charge of placing the returned results into the dataset.
MyDataAdapter.Fill(DataSetName, “QueryResultsName”)
You will notice that when the Fill method of the data adapter is called, two parameters are passed to the method:
1. The name of the dataset to fill.
2. The name that the results will be stored under.
No comments:
Post a Comment