How can I change the table adapter's command timeout

后端 未结 15 1401
遇见更好的自我
遇见更好的自我 2020-12-10 02:12

I\'m using Visual Studio 2008 with C#.

I have a .xsd file and it has a table adapter. I want to change the table adapter\'s command timeout.

Thanks for your

15条回答
  •  攒了一身酷
    2020-12-10 02:44

    If you use a partial class, make you have the right namespace. Probably [your data set's name] + "TableAdapters'. Example:

    namespace MyProject.DataSet1TableAdapters

提交回复
热议问题