Has anyone used any of the utilities out there for LINQ to MySQL? Do you know which one is best?
So far I know of LINQ for NHibernate, and DBLinq
|
1
|
|
|
|
|
|
There is also Linq to LLBLGEN, which then can support many, many databases.
|
||
|
|
|
|
You're right, LINQ-to-NHibernate will provide this sort of functionality as will the entity framework with a MySQL provider. I don't of any other way of doing it as Linq-to-SQL was very much specific to MSSQL server |
||
|
|
|
There is also Mindscape LightSpeed, which works with MySQL amongst other databases, and has a LINQ provider. |
||
|
|
|
|
Try our MySQL-specific LINQ to SQL implementation. |
||
|
|