Nevermind, it's been a long day. Sorry guys.
On Jun 16, 5:49 pm, yuniti <[email protected]> wrote:
> Now I presume that joins are working and have always been working, as
> I've seen the code for it. However, I am getting a strange error
> locally.
>
> Is it just me, or does anyone else get this?
>
> I am doing:
>
> (from catAttribute in db.CategoryAttribute where
> catAttribute.AttributeID==1 from attr in db.Attribute where attr.ID==1
> select new {catAttribute.AttributeID, attr.ID}).ToList();
>
> And get the following error:
>
> Argument type 'DbLinq.Data.Linq.Table`1[Vendalism.Data.Attribute]'
> does not match the corresponding member type
> 'Vendalism.Data.Attribute'
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---