Determining which CslaDataProvider called DataPortalInvokeComplete

Determining which CslaDataProvider called DataPortalInvokeComplete

Old forum URL: forums.lhotka.net/forums/t/3941.aspx


Curelom posted on Monday, November 26, 2007

In wpf, I'm using the DataPortalInvokeComplete event to determine when the data portal has completed it's pull.  My problem is I have several CslaDataProviders on the Window, and I don't see how to determine which of the providers called the event.  Is there a way to determine this?

RockfordLhotka replied on Monday, November 26, 2007

Not that I can think of. The data provider doesn't call the data portal at all really - the business object calls the data portal, and the data provider just talks to the business objects.

Copyright (c) Marimer LLC