Which function should you call on a DataAdapter to populate your created dataset with data?
Explanation
The Fill() method of the DataAdapter is used to load data into a dataset. Other options like DataBind() and Load() are not applicable for this purpose.