How to create a method which takes generic list and string parameter with mapping?

后端 未结 0 1924
生来不讨喜
生来不讨喜 2021-01-29 07:44

I have this C# working code now.

using (var bulk = new SqlBulkCopy(_connectionString))
{
    bulk.DestinationTableName = "Person";
    bulk.WriteToServe         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题