This is about C# typed dataSets
I have a typed dataset, I have used a partial class of the Row of the datatable and have added a new public int to it.
I can set that int, but when i call the Merge() to merge a bunch of data together the added public int is lost (goes back to 0).
Anyone encountered this before?