Create a Datatable from a SQL datatable column shema?

  • Thread starter Thread starter jg
  • Start date Start date
J

jg

I need to create a DataTable object, but I dont want to add columns
programatically, the DataTable should have columns based on a Table in my
SQL database.
How can I create a DataTable with column structure based on a SQL database?

Thanks
 
Back
Top