LINQ 与 SQLite (linqtosql)

LINQ with SQLite (linqtosql)(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:

这篇关于LINQ 与 SQLite (linqtosql)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

FastAPI + Tortoise ORM + FastAPI Users (Python) - Relationship - Many To Many(FastAPI+Tortoise ORM+FastAPI用户(Python)-关系-多对多)
Window functions not working in pd.read_sql; Its shows error(窗口函数在pd.read_sql中不起作用;它显示错误)
(Closed) Leaflet.js: How I can Do Editing Geometry On Specific Object I Select Only?((已关闭)Leaflet.js:如何仅在我选择的特定对象上编辑几何图形?)
in sqlite update trigger with multiple if/Case Conditions(在具有多个IF/CASE条件的SQLite UPDATE触发器中)
Android: Why is Room so slow?(Android:为什么Room这么慢?)
Remote Procedure call failed with sql server 2008 R2(使用 sql server 2008 R2 的远程过程调用失败)