Hi All
In my legacy VB6 code I use a stored procedure to return an ado recordset of account customers with their aged amounts owing In the Dot Net upgrade, we are considering using Entity Framework Is there a way to create objects from the output of a stored procedure? If not, I am wondering should I be creating extra fields in the customer table to hold the calculated values? Thanks Kirsten
