Hi, With Customer->Orders domain model, I want to get a data graph with following query: SELECT * FROM Customer LEFT OUTER JOIN Order ....
I have defined "Orders" relationship in the config file and consequently have property "Orders" in the type for "Customer". This is not a containment property. In my opinion it will be good to be able to specify in the config file if the relationship is containment and by default leave it as not containment. Best regards Pavel
