The following two queries should be identical, but are providing different results.
The first result is correct:
var accounts = (from a in p.Linq<account>() where a.address1_line1!= null &&(a.new_...
Id #9128 | Release:
None
| Updated: Nov 5 2009 at 4:15 PM by SrsDan | Created: Nov 5 2009 at 4:15 PM by SrsDan