google-code-export / dblinq2007

Automatically exported from code.google.com/p/dblinq2007
Other
0 stars 0 forks source link

dbLinq Update Statement not working #320

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Please find the attached error report

Original comment by sne...@telclic.net on 10 Aug 2011 at 6:12

Attachments: