I have a view model sent to the edit action of my controller. The ViewModel contains references to EntityObjects. (yea i\'m fine with it and don\'t need to want to duplicate
Try the Exclude attribute. I admit that I haven't ever used it.
[Exclude] public Entity Name {get; set;}