1
Answer

put List<> into DataSet

patrick

patrick

15y
5.6k
1
Okay, I'm serializing a dataset in binary mode to a text file. Theres no problem there, but I want on of the columns in my dataset to hold a generic list. How can I make it do this? If I simply set cell=List<>, it throws an xml error, which im not trying to use.
Answers (1)