How to update data from datatable to sql table?

前端 未结 1 733
长情又很酷
长情又很酷 2020-12-21 07:31

I have an sql table with

ID(unique) Name status
1          A    0
2          B    0

In my code, I retrieve all data into a data table and

相关标签:
1条回答
  • 2020-12-21 08:16

    You can update the content of the table back working with a CommandBuilder .

    Take a look at this example .

    0 讨论(0)
提交回复
热议问题