- Fill (): Fill () is used to read the data from the DB based on the Select command of data adapter and fill the dataset with retrieved information.
- Fill (datasetName, tableName);
- Update (): Update is used to update the DB with the data present within the data tables of dataset.
- Update((datasetName, tableName);
0 comments :
Post a Comment