Hi, I have a winform.net application that uses Linq to SqlServerCe. The model classes in it have been generated using sqlmetal. I intend to migrate my application to be able to run on linux using the mono runtime. I decided to go ahead with SQLite since SqlServerCe is not planned to be supported in Mono...