Using DataTable in .NET Core
问题 I have a stored procedure in SQL Server that accepts a User-Defined Table Type. I'm following the answer from this post Bulk insert from C# list into SQL Server into multiple tables with foreign key constaints on how to send a DataTable to a stored procedure in SQL. But when I create DataTable table = new DataTable(); I get an error that DataTable does not contain a constructor that takes 0 arguments . I found this https://github.com/VahidN/EPPlus.Core/issues/4 which basically saying