Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is there any way to set the "depth" of mapping on one entity while mapping to dto?

Thanks!

share|improve this question
Do you have a recursive structure? – Patrick Steele Mar 14 '11 at 0:17

2 Answers

Not yet. There is a discussion going on about this here https://github.com/jbogard/AutoMapper/pull/21

share|improve this answer

It is now possible to set the depth with the Automapper 2.0.

You can find it here: http://automapper.org/blog/2011/09/22/automapper-20-released/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.