Can someone provide sample code on how to create and fill a DataTable with the table schema and data from a mySQL database?
I found examples where you set up columns and other information programmatically. But i wanted to know if there a way to "sync" the schema in the database table to the DataTable object so you don't have to set up the columns, or keys manually.
Thanks