The difference of TableAdapter

  • Thread starter Thread starter ad
  • Start date Start date
A

ad

Hi,
TableAdapter is a new feature of VS2005.
When I design the DataSet (named MyDataSet) in WinForm Application, it will
generate 4 file:
MyDataSet.xsd, MyDataSet..xss, MyDataSet.xsc, MyDataSet.Desginer.cs.

But if I desgin the DataSet in Web Applicaiton, it only generate two file:
MyDataSet.xsd, MyDataSet.xss

Why?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top