Object inside another object not populated

24 views
Skip to first unread message

Kevin Krac

unread,
May 5, 2015, 10:53:33 PM5/5/15
to simpl...@googlegroups.com
I posted this issue here: http://stackoverflow.com/questions/29959135/simple-data-object-inside-another-object-not-populated

I was able to reproduce the issue even with Simple.Data sample project, with this example:

            WithRunner.RunDemo(
                "Run With returning a SimpleRecord - named style",
                db => db.Albums.With(db.Albums.Artists).Get(1));


The "Artist" object inside the "Album" object is null. Why???
Reply all
Reply to author
Forward
0 new messages