Abdalla Omran

Abdalla Omran

  • NA
  • 334
  • 29.4k

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

Dec 30 2019 8:45 AM
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)