I'm a newbie in LLBLGen, Is there a way to get a Collection that's in another Collection example, Select playerId from Players where (PlayerID (IN Select PlayerID in Player Address))? TY
yes, use a FieldCompareSetPredicate. Here you can build IN clauses with...
grtz, Danny
Hello, You should use a FieldCompareSetPredicate object.
(See section > Using the generated code -> (adapter/selfservicing) -> Filtering and sorting -> the predicate system. in the manual )
edit: Sorry for cross posting