Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MonoDroid, SQLite and LINQ

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

like image 372
Craig Ritchie Avatar asked Dec 11 '11 03:12

Craig Ritchie


1 Answers

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.

like image 142
Greg Shackles Avatar answered Jan 03 '23 10:01

Greg Shackles