DataTable internal index is corrupted

前端 未结 18 1460
轻奢々
轻奢々 2020-12-04 15:55

I am working with a .NET WinForms app in C#, running against the 3.5 .NET framework. In this app, I am setting the .Expression member of a DataColumn in a

18条回答
  •  情歌与酒
    2020-12-04 16:16

    You mention "not threadsafe". Are you manipulating the object from different threads? If so then that might very well be the reason for the corruption.

提交回复
热议问题