Sorry, if I am missing something fundamental, but how can I get an EntityCollection, say EntityCollection<SomeEntity>with SomeEntityFactory, and filtering the fetch by SomeEntity.ID?
I mean how do I "select * from Table where ID in (a_big_list_of_ids)" in llblgen?
I guess, I can fetch SomeEntity for each ID in the list, but that's like so many requests for the server(while it can be just one), so is there some smart predicate-expression or something ... or is there something i just can't remember right now
?
Thanx in advance,
Chaos.
P.S.
Salute,
Firewind - Allegiance