Closed heinzchr closed 9 years ago
Sorry, this works with the following syntax: o("Product").expand("Address, MainIMage_fk").get() But the syntax should be the same as in the route concatenation...
You can aslo use o('Product').expand('ProductUnit').expand('ProductImage')
o("Product").expand(["Address","MainIMage_fk"]).get()