Skip to main content

Is it possible to walk your database schema using smart objects?


For example.  I may have ShoppingCart, that has many Items.  ShoppingCart and Items are both SmartObjects build on database tables.


Can I do ShoppingCart.Items.GetList for example?  If these are residing on SmartBox, will the service broker support this out of the box?


Thanks in advance.

Yep, our good friend Bob just published a blog on the subject, it's cake:


http://www.k2underground.com/blogs/fromthebench/archive/2008/05/06/how-to-generically-iterate-through-associated-smartobjects.aspx


Reply