M
Max2006
Hi,
I have three entity classes in my Linq2Sql context. The three entities are
associated to each other (two one-to-many relations total).
I use stored procedures to receive the results from database. The problem is
the EntitySet s are not properly populated when I use stored procedure.
Is there any way to populate the data with stored procedures and have
context automatically set the EntitySet and EntityRefs with default values?
Thank you,
Max
I have three entity classes in my Linq2Sql context. The three entities are
associated to each other (two one-to-many relations total).
I use stored procedures to receive the results from database. The problem is
the EntitySet s are not properly populated when I use stored procedure.
Is there any way to populate the data with stored procedures and have
context automatically set the EntitySet and EntityRefs with default values?
Thank you,
Max