简体   繁体   中英

LINQ for use with MS Access Database - C#

Does anyone know if you can use LINQ techniques for querying a Microsoft Access database? In my online searches for this question, I have gotten mixed reviews. Some have said it's 'sort of possible' while others say LINQ can only be used with an SQL server database.

Does anyone know the definitive answer on this?

LINQtoSQL can only be used with a SQL Database.

Entity Framework can work with SQL or Access. LINQtoEntities can work with the Entity Framework.

General LINQ methods can work with IEnumerables regardless of how they were populated.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM