How can I create a DataSet with a table reflecting a table on my MSSQL db without the need to create manually each column?
I mean: there's a way to retrieve schema from DB and create a table in a DataSet in an automatic way?
Any link? Any addin? I really can't find any informtions