0

Currently, there is only UpdateDataSet function that takes a dataset param. If there is only a datatable to update, with no dataset associated, do I need to create a dataset just to pass it in? Any way to update just a table?

eych
  • 1,262
  • 2
  • 16
  • 37

1 Answers1

0

Only way is to create a dummy dataset and add your table to that dataset. Then, call UpdateDataSet...

eych
  • 1,262
  • 2
  • 16
  • 37