Hi,
I'm using mysql .net connector 6.3.5 with entity framework. When I use linq to query the same field name from two different table it seams the result is not correct.
For essample if I query table1.Name and table2.Name in the query result both field refere to one table.
It seams the query doesn't use the table name but only the field name name so the result I get is wrong.
Is it possible?
Nicola
I'm using mysql .net connector 6.3.5 with entity framework. When I use linq to query the same field name from two different table it seams the result is not correct.
For essample if I query table1.Name and table2.Name in the query result both field refere to one table.
It seams the query doesn't use the table name but only the field name name so the result I get is wrong.
Is it possible?
Nicola