On Fri, 2009-10-02 at 07:37 -0700, Erickson wrote:
> but i am just wondering why it doesn't work?
> is there a difference between the those two in DBLinq? in Microsoft's
> LINQ, both are working
The IQueryable that Microsoft returns also implements IListSource, while
the IQueryable that DbLinq returns does not.
Apparently DbLinq needs to support the IListSource interface. I've
filed this as:
http://code.google.com/p/dblinq2007/issues/detail?id=153
- Jon
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"DbLinq" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/dblinq?hl=en
-~----------~----~----~----~------~----~------~--~---