A small library to easily access SQLite databases from .NET/Mono/MonoTouch applications

In order to make searching and retrieving your data easier, sqlite-net implements limited Linq support. This is done via the Table method available on SQLiteConnections.

The Where, OrderBy, OrderByDescending, and Take queries have been implemented and translate to native SQL. This means that you can follow foreign keys, for instance, with just this code:

底层直接调用

C:\Windows\System32\sqlite3.dll

完成,这个是win7自带的

http://code.google.com/p/sqlite-net/wiki/LinqSupport

最新文章

  1. Java 深拷贝、浅拷贝及Cloneable接口
  2. 鼠绘漫画 for wp8.1
  3. 用webview打开网页时,里面有个div带滚动条的,但是在平板上滚动条失效
  4. 高级四则运算器—结对项目反思(193 & 105)
  5. Java设计模式之简单工厂设计模式
  6. 面向对象原生js幻灯片代淡出效果
  7. [转载]C#开源项目(国外的还是很多)
  8. Java中遍历Map对象的方法
  9. JQ选择器
  10. 《java.util.concurrent 包源码阅读》21 CyclicBarrier和CountDownLatch
  11. iOS-属性字符串添加下划线、删除线
  12. 使用multiprocessing模块创建多进程
  13. 关于父窗口获取跨域iframe子窗口中的元素
  14. Ubuntu MariaDB PhpMyAdmin
  15. Falsk SqlAlchemy
  16. C#使用RabbitMQ
  17. 运用kNN算法识别潜在续费商家
  18. flask使用sqlit3的两种方式
  19. 学习 Linux,302(混合环境): Samba 角色
  20. elasticsearch基础----->elasticsearch环境的搭建

热门文章

  1. 病毒的侵扰和再侵扰两道AC自动机的应用
  2. CodeForces - 743B Chloe and the sequence
  3. php责任链模式
  4. 前端学习之--html
  5. Python基础之 一 文件操作
  6. POJ 1015 Jury Compromise【DP】
  7. Delphi字符串加密/解密
  8. 通过继承Thread类来创建多线程 关键词 start
  9. eclipse提速01 - 禁用不常用的eclipse启动插件
  10. linux上安装启动elasticsearch-5.5.1完整步骤