I used sqlite-net library and I was creating sqlite connection similar to this :var db = new SqliteConnection(path);
But Sqlite-net Extensions demand using Sqlite.Net.SqliteConnection
that needs as a first parameter ISQlitePlatform
and I didn't know what should I pass there for Windows 7 platform .
Aucun commentaire:
Enregistrer un commentaire