Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Strongly typed dataset 1

Status
Not open for further replies.

meinhunna

Programmer
Jul 31, 2004
118
AU
When we create a strongly typed dataset, three types of files get created .xsd, .vb, and .xsx. The IDE only shows .xsd file. How can I show .vb file in solution explorer.

Thanks
 
You cant is the short answer, and Im wondering why you would want to. A strongly typed dataset is basically just an XML schema. The vb code is as you realise automatically generated, so long as you right click on the dataset in the GUI, and select Generate Dataset. This feature in particular has thrown me many a time, when linking a strongly typed dataset to a crystal report.




Sweep
...if it works dont mess with it
 
To view .vb and .xsx file for strongly typed DataSet in Solution Explorer:

- Click on the project node in the Solution Explorer.

- Then click on the "Show All Files" icon on the top of the Solution Explorer pane.

- Expand the + icon to the left of DataSet file.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top