D
Devon-S
Greetings,
I have a strongly typed dataset and when I write the identity column to the
database, I set it and retrieve it. This works fine.
Now I want an event to trigger for each record that is set and retrieved
from the DataSet to update the children of the DataSet with the new identity
column.
The DataSet Created two Classes for the Products Class called
ProductsRowChangeEvent - and -
ProductsRowChangeEventHandler
which will probably do the trick if I knew how to use them, or could find
some documentation on these two Classes.
Any thoughts would be greatly appreciated.
-Devon
I have a strongly typed dataset and when I write the identity column to the
database, I set it and retrieve it. This works fine.
Now I want an event to trigger for each record that is set and retrieved
from the DataSet to update the children of the DataSet with the new identity
column.
The DataSet Created two Classes for the Products Class called
ProductsRowChangeEvent - and -
ProductsRowChangeEventHandler
which will probably do the trick if I knew how to use them, or could find
some documentation on these two Classes.
Any thoughts would be greatly appreciated.
-Devon