Select from following answers:- DataAdapter
- DataReader
- Command
- Connection
- All Above
SqlDataAdapter's Fill method is used to fill the data from database to either DataSet or DataTable. Fill method has two overload DataSet and DataTable that can be used as per need.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator