Search code examples
asp.nettyped-dataset

How to create a typed dataset via the designer


I need to create a typed dataset using vs.net 2008.

It is not based on a database table.


Solution

  • Add a dataset to the project by adding a new item.Let's say you name your dataset "myDataSet".

    Open the myDataSet in designer mode, richt click, you will find "ADD"-> "DataTable".

    Thanks, rAm.