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
Say your dataset is called MySET. There is one table called MyTable
MySETTableAdapters.MyTableTableAdapter fAdapter = new MySETTableAdapters.MyTableTableAdapter(); fAdapter.Adapter.SelectCommand.CommandTimeout = ;