I have a method which is returning a list of elements like
private static List 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 ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajanikant HawaldarPosted Dec 30, 2019, 8:53 AM
Veerendra AnnigerePosted Dec 30, 2019, 9:10 AM
Check this link
https://www.c-sharpcorner.com/article/using-table-type-parameter-in-net-core/