.NET - Is there a way to programmatically fill all tables in a strongly-typed dataset?
- by Mike Loux
Hello, all!
I have a SQL Server database for which I have created a strongly-typed DataSet (using the DataSet Designer in Visual Studio 2008), so all the adapters and select commands and whatnot were created for me by the wizard.
It's a small database with largely static data, so I would like to pull the contents of this DB in its entirety into…