Hi all, I find it odd that I cannot access the object returned in the method below - although all compiles well. Can you see why this may be a problem ? I know from previous tests that adminResponseObj below has the 3 properties assigned in the anonymous method. TIA public object GetCompanyProfileAdminFeedback( Guid userId) { object toReturn = null ; // Get the member object from which we can get the company id foreign key DBLinq. Tb_member m = gdb.Tb_member.Single(mbr => mbr.User_id == userId);
Read More...