LINQ 与 SQLite (linqtosql)

LINQ 与 SQLite (linqtosql)

问题描述:

我有一个需要存储的小项目(我选择 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: