On 5/3/06, Fredrik Liden <[EMAIL PROTECTED]> wrote:
There is an inExp(Collection) and notInExp(collection) Then there is the inDbExp(Collection) but no notInDbExp.Is there any way I can formulate a notInDbExp using the existing methods?
Sure. These are all convenience wrapper methods, so you can simply compare the differences between the implementation of inExp and notInExp and extrapolate them from inDbExp to a nonInDbExp.
