I remember this was a problem with previous version of EF. You couldnt make collections as IEnumerable for exposing your methods instead. This is a problem because i don't want someone to directly access the collection.
See this for more info on what i am talking about... Why does the entity framework need an ICollection for lazy loading?
So the question is.. are EF 4.1 now support IEnumerable property for mapping relationship ? or is there a solution to this ?
Thanks.