retrieve object without associated objects

1
Dears, i want to retrieve object without its associated objects, as you know Mendix retrieve objects with all related (associated) objects, is there’s away to handle this ?
asked
1 answers
0

How do you know that object which you want to retrieve exists? Once you know how to identify the object you can retrieve is from the database. For non-persistent objects you need to have them associated with others… otherwise you lose them.

answered