TryLookupChanges(IDataObject):IChangeSetEntries
Supplies a collection of all changes in all ChangeSets for a data object
The return type of the method contains all changes for the indicated data object that have been made to date in all ChangeSets. It does not contain changes already published.
Return type: Onion.Client.IChangeSetEntries
Parameter
- dataObject
Type: Onion.Client.IDataObject
For the data object indicated, the method is to return all changes made in all ChangeSets.
If no changes are found, then NULL is returned.