This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi, I'm trying to enter multiple aggregates in a lightspeed model by entering each on a different line(file img1) but the generated code it looks like this:- [EagerLoad(AggregateName="WithAllAssociatedGoals\r\nClassGroupResultsAggregate")] and it does not work (not doing eagerload). which looks incorrect from the documentation that I have read so far. ie it should look like this:- [EagerLoad(AggregateName="ClassGroupResultsAggregate")] [EagerLoad(AggregateName="WithAllAssociatedGoals")] Thanks Sim |
|
|
Found how to do this. separate the aggregate name with a ; |
|