M
Manuel
My first problem was filtering the results returned from a Typed DataSet.
This is because I find it moronic to retrieve an entire table when you're
only going to use a few rows.
I "solved" this by modifying the code behind the DataSet. I changed the
CommantText line in the InitCommandCollection() of the DataTable. But now
whenever I modify the DataSet the IDE overwrites my changes!
I would love a solution either problem.
1) Filter the records to be retrieved by a Typed DataSet
or
2) Lock my changes to the DataSet so I can add/delete tables in my DataSet
and not loose the changes.
This is because I find it moronic to retrieve an entire table when you're
only going to use a few rows.
I "solved" this by modifying the code behind the DataSet. I changed the
CommantText line in the InitCommandCollection() of the DataTable. But now
whenever I modify the DataSet the IDE overwrites my changes!
I would love a solution either problem.
1) Filter the records to be retrieved by a Typed DataSet
or
2) Lock my changes to the DataSet so I can add/delete tables in my DataSet
and not loose the changes.