-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 1.7
-
Component/s: None
[Robert Stam edited the summary 2013-01-02]
See attached test (TestMethod2)
int count = (from e in collection.AsQueryable<Entity>()
where true || e.Name == "Name_22"
select e).Count();
returns 1 record, 100 expected