I can't seem to find an example of using LINQ over SQLite on MonoDroid. Is there one available anywhere?
相关问题
- Custom controls disabled. There was an internal is
- SQL/SQL-LITE - Counting records after filtering
- Check if tie in count of lists using linq
- What SQLite NuGet package do I need
- Trouble with OR in Sharepoint CAML
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.