This question is locked. New answers and comments are not allowed.
Hi,
Do you have a brief example of binding the grid to an anonymous type? I'm using OpenAccess ORM in a multi-tier environment, and have had nice results so far, because I've only had to return IQueryable of a strongly-typed item from the model. I have to return a slight variation now and want to do so via an anonymous type, but I haven't seen any example of how to do so. I have the method set up in my DAL to return an object... just looking at how that might bind to the grid.
thanks
Do you have a brief example of binding the grid to an anonymous type? I'm using OpenAccess ORM in a multi-tier environment, and have had nice results so far, because I've only had to return IQueryable of a strongly-typed item from the model. I have to return a slight variation now and want to do so via an anonymous type, but I haven't seen any example of how to do so. I have the method set up in my DAL to return an object... just looking at how that might bind to the grid.
thanks