0
votes

I have received typed dataset classes in a form of a DLL file. I've imported the file to our project and now I need to programmatically create the dataset and fill the tables with data.

I've already successfully created the TypedDataTable instances and filled them with DataRows. However, when I try to add the tables to the dataset, the dataset simply shows "count 0" for all the tables as if they newer get added.

Is there a way to programmatically add a TypedDataTable to a typed dataset other than reading from an XML file or a database connection (we don't have either)?

1

1 Answers

-1
votes

You can try this post one of the answers might help.