2
Answers

How could I import List of Data into a table in SQL Server ?

Abdalla Omran

Abdalla Omran

5y
771
1
I have a method which is returning a list of elements like 
 
private static List<WebShopDataAccess> GetWebShopDataAccesses () 
 
and i want to save this list or insert it into a table in sql Server 
 
what and how is the best idea for that ? 
 
Answers (2)