abhi62003 / relax-net

Automatically exported from code.google.com/p/relax-net
GNU General Public License v3.0
0 stars 0 forks source link

Referenced document not searchable with Where method #32

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create an class (class1) with a name and then a another class that 
references this one (class2).
2. do a search as  "var queryres = 
Repository.Where(x=>x.class1.name).Eq("MyClass"); "
3. Loop through the results.

What is the expected output? What do you see instead?
Result is always empty. I want to see the items that are referencing class1.

What version of the product are you using? On what operating system?
1.2.0.0

Please provide any additional information below.

Original issue reported on code.google.com by erik.lag...@gmail.com on 30 Jul 2012 at 1:03

GoogleCodeExporter commented 9 years ago
Should be x=>x.class1.Value.name

Original comment by erik.lag...@gmail.com on 30 Jul 2012 at 1:08