开发者

Entity framework supported databases

开发者 https://www.devze.com 2022-12-18 21:55 出处:网络
I\'m going to make a end-user desktop applic开发者_运维知识库ation, so I need a relative small database, such as Firebird or SqlLite. Does the Entity Framework 4 support other databases than SQL Serve

I'm going to make a end-user desktop applic开发者_运维知识库ation, 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 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 mention of EF4 support).


Entity Framework supports these database providers:

  • MS SQL Server
  • SQLLite
  • MySQl
  • Oracle
  • PostgreSQL
  • Microsoft SQL Server Analysis Services (SSAS)
  • Informix
0

精彩评论

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