Is it possible to use all features of Linq to SQL for a MySQL database?
+2
A:
Linq to Sql is specific to SQL Server. Consider using Linq to Entities or NHibernate.
Fahad
2009-11-03 16:36:32