开发者

Are there any linq-to-sql for Databases other than MS-SQL?

开发者 https://www.devze.com 2022-12-22 16:11 出处:网络
I am wondering if it is possible to use Linq functionality to connect to a data开发者_StackOverflow社区base like my-sql

I am wondering if it is possible to use Linq functionality to connect to a data开发者_StackOverflow社区base like my-sql

If it is possible are you able to use the designer to created the DataAccessLayer like with MS-SQL or do you have to hand code its content.

Thanks in advance. KJ


Linq to Sql only works with MS-SQL. Entity Framework can access several different database back ends and it fully supports linq. NHibernate can access more databases but it's linq support is not yet complete.


You could use IQToolkit.


Yeah check this out http://code.google.com/p/dblinq2007/

There has been a few posts just recently on this too, just search on stackoverflow for more details.

0

精彩评论

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

关注公众号