What steps will reproduce the problem?
1.Registration reg = (from n in db.Registration
where n.UserID == Convert.ToInt64(Session["userid"])
select n).First();
What is the expected output? What do you see instead?
It should return the particular row of the table as per the where condition
What version of the product are you using? On what operating system?
DBLinq 0.20
Please provide any additional information below.
Original issue reported on code.google.com by sne...@telclic.net on 10 Aug 2011 at 6:10
Original issue reported on code.google.com by
sne...@telclic.net
on 10 Aug 2011 at 6:10