Hi to all,
It's possible to create petapoco extension? As I can see there isn't a Fetch<T> method on new datalayer, so I can't map complex object or self referencing object with this DAL2 for now.
Can I use some extension to Data methods? like this http://schotime.net/blog/index.php/2011/08/21/petapoco-one-to-many-and-many-to-one/
Anyone done somethings?