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?
 
Back
Top