How do you use LINQ with Sqlite How do you use LINQ with Sqlite sqlite sqlite

How do you use LINQ with Sqlite


Joe Albahari's LINQPad now supports Sqlite: http://www.linqpad.net/Beta.aspx. The one LINQ tool to rule them all.


The link provided by CMS doesn't work anymore. I have used this one as it now seems to be baked into their SQL lite ADO .NET provider.

Unfortunately they still don't support the designer mode of VS for creating classes :(

Also be aware that SQL Server compact doesn't support the design mode for LINQ classes! However if you want to use the entity framework the designer does work for SQL lite and SQL Server compact :)