0

Just wondering if anyone had experience with this before I go down that rabbit hole...

grefly
  • 1,181
  • 2
  • 12
  • 28

1 Answers1

0

I've never confirmed, but I don't think it would. If it does then maybe use IVersionEvents2 to let your class extension knows things are being posted/reconciled.

Kirk Kuykendall
  • 822
  • 1
  • 12
  • 26
  • Thanks Kirk, that's exactly what I discovered too. I'll just use IDataChanges to iterate through the rows. – grefly May 05 '10 at 12:35