开发者

Linq to SQL and MySQL database

开发者 https://www.devze.com 2022-12-10 07:24 出处:网络
Is it possible to use all 开发者_Go百科features of Linq to SQL for a MySQL database?Linq to Sql is specific to SQL Server. Consider using Linq to Entities or NHibernate.

Is it possible to use all 开发者_Go百科features of Linq to SQL for a MySQL database?


Linq to Sql is specific to SQL Server. Consider using Linq to Entities or NHibernate.

http://social.msdn.microsoft.com/forums/en-US/linqprojectgeneral/thread/2e6ca49a-4a27-443f-98f3-71c79b74bdd1/

0

精彩评论

暂无评论...
验证码 换一张
取 消