I have several custom return DTOs in my project and I've successfully used projections to fill them per my needs. The difference with this one over the others is the string[] of email addresses. All the others have been flat. I can't seem to find out how to create a projection to fill the array properly.
-- Dave Savitsky On May 7, 4:38 pm, Mike Nichols <[email protected]> wrote: > Look at docs on Projections. You can create an DTO with the > appropriate ctor signature and pull it out that way. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
