LINQ to MySQL - what is the best option?

前端 未结 4 634
时光说笑
时光说笑 2020-12-03 06:49

Has anyone used any of the utilities out there for LINQ to MySQL? Do you know which one is best?

So far I know of LINQ for NHibernate, and DBLinq

相关标签:
4条回答
  • 2020-12-03 07:06

    There is also LINQ to LLBLGEN, which then can support many, many databases.

    From LLBLGEN's Feature Page

    Support for SQL Server (MSDE, SQL Server 7/2000/2005/Express, SQL CE 2.0, 3.0, 3.5), SQL Server CE Desktop (New!), Oracle (Oracle 8i / 9i /10g), PostgreSQL 7.4+/8.x, Firebird 1.x / 2.x, IBM DB2 UDB (7.x/8.x/9.x), MySQL (4.x, 5.x), Sybase Adaptive Server Enterprise (ASE) (New!), Sybase SQL iAnywhere (ASA) (New!) and MS Access 2000/XP/2003/2007

    0 讨论(0)
  • 2020-12-03 07:13

    There is also Mindscape LightSpeed, which works with MySQL amongst other databases, and has a LINQ provider.

    0 讨论(0)
  • 2020-12-03 07:14

    You're right, LINQ to NHibernate will provide this sort of functionality as will the entity framework with a MySQL provider. I don't know of any other way of doing it as LINQ to SQL was very much specific to Microsoft SQL Server.

    0 讨论(0)
  • 2020-12-03 07:22

    Try our MySQL-specific LINQ to SQL implementation.
    Overview is available here.

    0 讨论(0)
提交回复
热议问题