How to use LINQ to SQL with mySQL.
I am having one project with C# (version 2010) and Linq to SQl. Database is SQl
Need Solution for,
I need to migra
I'm pretty sure there is a provider for it (same as for SqlLite).
Take a look at the following links:
http://social.msdn.microsoft.com/Forums/en/linqprojectgeneral/thread/e9fc6bc7-fbc6-44c4-b37b-4b4a83beaa3e
http://dev.mysql.com/downloads/connector/net/
DBLinq should have everything you need though...