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
LINQ to SQL is designed to work with Microsoft SQL Server only, as far as I know. If possible, you should migrate to Entity Framework or another DB-agnostic O/R-mapper.