Typed DataSet

Hello,
I have a Typed DataSet in My application. This derives firon DataSet Class.

How can I place this DataSet in the toolbox , so that I can drag and drop it to any form in my application.





Answer this question

Typed DataSet

  • MWade_MS

    Hello,
    That Added my Typed DataSet to the Toolbox, but its showing as Tool.
    Is there anyway by which I can see the structure of my TypeddataSet in Some view. Like it shows me The tables and Relations and all other things in a Graphical Form.

    My Objective is to quickly see the Strcuture of the Typed DataSet. and if its available in Picture form I can save my time, without going through the code

    Thanks for your Reply !


  • Cnash44

    Hello,
    I found the Solution. I just Selected my .xsd file in Solution explorer, right clicked and selected view design and I got what I was hoping to see.

    Thanks for your hint !


  • Stem_penguin

    Just drag a DataSet onto your form. The dialog will ask you if you want to use an existing typed dataset.

  • Typed DataSet