Tagged with " ADO.NET"
No Thumbnail
By     |    Mar 17, 2012
Posted in: Programming     |    Comments Off

Create SQL Table from .NET Datatable in C#

In one of my recent projects I needed to generate a datatable in C# whose fields could vary depending on which properties of a variable needed to be exported from the system. It needed to be able to generate the SQL CREATE TABLE script on the fly and create the table in the database, and then populate the table with the data to export, either using a SqlBulkCopy object or [...]

Read more