|
This code: var s1 = session.Query.All<myentity>().Select(a => new { T1 = a.Text, T2 = a.Text }); var s2 = session.Query.All<myentity>().Select(a => new { T1 = a.Text, T2 = a.Text });
Raises exception: System.ArgumentException occurred
|
|
This code: var s1 = session.Query.All<myentity>().Select(a => new { T1 = a.Text, T2 = a.Text }); var s2 = session.Query.All<myentity>().Select(a => new { T1 = a.Text, T2 = a.Text });
Raises exception: System.ArgumentException occurred
|
Once you sign in you will be able to subscribe for any updates here
Tags:
Asked: Nov 08 '11 at 09:57
Seen: 82 times
Last updated: Nov 08 '11 at 10:00