You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running the latest v2-dev release and am using isCrossRef for a junction table.
Imagine I have just loaded 20 records, and for each record I want the associated records via the cross-reference, is there a way to have that entire relation populated in a single DB hit as opposed to 20 separate hits?
I've read the documentation and read the generated code changed for when isCrossRef is enabled but I'm not seeing any ability to do this. If this doesn't exist, do you have an efficient suggestion of loading the many-to-many records.
Cheers,
D.
The text was updated successfully, but these errors were encountered:
I'm running the latest v2-dev release and am using
isCrossRef
for a junction table.Imagine I have just loaded 20 records, and for each record I want the associated records via the cross-reference, is there a way to have that entire relation populated in a single DB hit as opposed to 20 separate hits?
I've read the documentation and read the generated code changed for when isCrossRef is enabled but I'm not seeing any ability to do this. If this doesn't exist, do you have an efficient suggestion of loading the many-to-many records.
Cheers,
D.
The text was updated successfully, but these errors were encountered: