Thanks again, this really helps.  As I need the new values, it should be
relatively simple to iterate through the change summary and generate a
datagraph with the delta.  What I cannot figure out after playing around
with the ChangeSummary class is how figure out the "node" that has been
updated.  For example, I have a QuoteList type that could contain thousands
of QuoteTypes, with only one or two being updated.

If I print out the change summary datagraph, an update to node 0 looks like:
<objectChanges key="#//@eRootObject/@QuoteType.0">

What I cannot figure out is how to programmatically get a reference to
either the index of the updated dataobject or the key value.  Once I have
the index, I should be good.

Thanks,
Scott

Reply via email to