Looks like I am missing something here.
In the PerformSelect event, e.ContainedCollection is a readonly property..Therefore, even if I were to execute a Linq query using ILLBLGenProQuery, how would I hook up the results of that query back to the datasource?
On the other hand, e.ContainedCollection.GetMulti requires a IPredicate as the Select filter which I don't have...