G
Guest
Hi,
I have a datatable filled, and i would like to delete one column completely,
but when i use the method Remove(DataColumn column)
i get this error:
Collection was modified; enumeration operation may not execute
Why im getting this error?, i know that im modifing the collection, but this
is the thing that i want to do...
I have a datatable filled, and i would like to delete one column completely,
but when i use the method Remove(DataColumn column)
i get this error:
Collection was modified; enumeration operation may not execute
Why im getting this error?, i know that im modifing the collection, but this
is the thing that i want to do...