MonoDroid, SQLite and LINQ

后端 未结 1 999
遇见更好的自我
遇见更好的自我 2021-02-10 02:43

I can\'t seem to find an example of using LINQ over SQLite on MonoDroid. Is there one available anywhere?

1条回答
  •  后悔当初
    2021-02-10 03:19

    The sqlite-net library works well with Mono for Android and provides some LINQ support. I have a post here describing how to use it in Mono for Android applications.

    0 讨论(0)
提交回复
热议问题