我想插入數據行過濾器值到datatable,但它返回以下錯誤「此行已屬於另一個表」。請幫我解決這個錯誤.. 這是我的部分代碼: for (int j = 0; j < ListBox1.Items.Count; j++)
{
DataView DV = new DataView();
DV = DS1.DefaultView;
當我嘗試從Datatable獲取列值時出現上述錯誤消息。 這是我找到的堆棧跟蹤: System.Linq.Enumerable.WhereSelectEnumerableIterator 源) and this in the TargetSite when debugging:
{布爾b__0(System.Data。 DataRow)} 這是我的代碼: DataTable hr = new