dimanche 11 janvier 2015

Is it possible to use SQLite.NET with immutable record types?

The title says it. (to be clear, SQLite.NET is hosted here)


All the examples work with mutable record types, that means they have { get; set; } in each property definition. I want to get rid of mutable types where possible in my project, but SQLite.NET looks like a possible obstacle.


If I try to get a query result with 1 column of type System.String, it fails, for example.


Aucun commentaire:

Enregistrer un commentaire