G
Grant
I created a typed dataset comtaining 6 tables. I have added a new column to
one of those tables but when I re-generate the dataset I get errors in my
code. It seems as though the dataset loses its type. One of the functions
finds a row according to an ID column, which goes like this;
Dataset.Table.FindByid(IDValue);
Well since I added the new column and regenerated the dataset it whinges
about "does not contain a definition for findById"
Anyone know how to fix this?
Thanks,
Grant
one of those tables but when I re-generate the dataset I get errors in my
code. It seems as though the dataset loses its type. One of the functions
finds a row according to an ID column, which goes like this;
Dataset.Table.FindByid(IDValue);
Well since I added the new column and regenerated the dataset it whinges
about "does not contain a definition for findById"
Anyone know how to fix this?
Thanks,
Grant