支持实体框架数据库实体、框架、数据库

2023-09-04 08:41:15 作者:一枪崩了你那虚伪的心

我要做出一个最终用户的桌面应用程序,所以我需要一个相对较小的数据库,如火鸟或SqlLite。是否比SQL Server中的实体框架4支持其他数据库?

I'm going to make a end-user desktop application, so I need a relative small database, such as Firebird or SqlLite. Does the Entity Framework 4 support other databases than SQL Server?

推荐答案

ADO.NET数据提供程序 MSDN上列出了一些第三方数据提供商ADO.NET。 火鸟和的 SQLite的两个看起来像你是什么之后,都包括实体框架3.5的支持(虽然我不能看到EF4支持任何mantion)。

ADO.NET Data Providers on MSDN lists several third party data providers for ADO.NET. Firebird and SQLite both look like what you are after, and both include Entity Framework 3.5 support (though I can't see any mantion of EF4 support).