Closed GoogleCodeExporter closed 9 years ago
This is by design. Your queries should go through the repositories instead of
hanging
off the collections. For example:
var products =
DB.Select().From<Product>().Where(...).IsEqualTo(...).ExecuteCollection<ProductC
ollec
tion>();
I responded to the forum post. Any discussion on this can continue there and
we'll
reopen a new issue if needed.
Original comment by johnshee...@gmail.com
on 1 Apr 2009 at 4:43
Original issue reported on code.google.com by
hardball...@gmail.com
on 22 Jul 2008 at 12:04