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

相关文章:

  • 2021-11-06
  • 2022-12-23
  • 2021-07-02
  • 2021-09-05
  • 2021-11-03
  • 2021-07-05
  • 2022-12-23
猜你喜欢
  • 2021-11-26
  • 2022-12-23
  • 2021-12-22
  • 2022-12-23
  • 2021-06-24
相关资源
相似解决方案