As everyone knows when we make an Association berween to entitySet in datacontex, in parent object we have all details objects and from each details object we have the parent object. Now my question is : if we make a class in the datacontext not set to a table in database, and make an Association between this object and a real object, in this case why datacontext does not generate an entity property of the real object in the class that i maked. excuse me for my bad english thanks inadvance
Read More...