For serious EF question you would be best served asking in the
EF forum but from a DD perspective I woudl create a view and map that in the EF model adding relationshiped etc. in the designer, this may not work for insert if other fields are required.
See my blog C# Bits | Twitter @sjnaughton Always seeking an elegant solution.
sjnaughton
All-Star
27393 Points
5486 Posts
MVP
Re: Stop Entity Framework returning some properties to EntityDataSource
Jan 31, 2012 04:26 PM|LINK
For serious EF question you would be best served asking in the EF forum but from a DD perspective I woudl create a view and map that in the EF model adding relationshiped etc. in the designer, this may not work for insert if other fields are required.
Always seeking an elegant solution.