问题描述
我有一个需要存储的小项目(我选择SQLite),并且 ADO DLL for我获得了很好的效果. Sqlite的网络.
I have a small project that require a storage (I choose SQLite) and I got good result with the ADO DLL for .Net for Sqlite.
安装后,我注意到它包含一个SQLLinq.dll.在进行过多的工作之前,并且由于我在网络上没有看到任何好的例子,所以我想知道是否有人在SQLite和LINQ上取得了很好的成绩?
After the Install, I noticed that it contain a SQLLinq.dll. Before investigating too much effort, and because I haven't see any good example on the web, I would like to know if anyone got any good result with SQLite and LINQ?
*如果linqtosql的工作方式与SQL数据库相同,请告诉我.看到它时,我对Dll很感兴趣,因为我以前从未使用过Linqtosql,我认为这将是一个很好的尝试机会,
*If linqtosql work the same way what ever the SQL database, let me know it. I was interesting with the Dll when I saw it because I never use Linqtosql before and I thought it would be a great opportunity to try,
推荐答案
我最近发现了 DBLinq ,它在其他数据库中支持SQLite:
I've recently discovered DBLinq, which supports SQLite among other DB:
这篇关于LINQ与SQLite(linqtosql)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!