mardi 13 janvier 2015

Setting SqliteConnection.SetConfig(SQLiteConfig.Serialized) when using sqlite-net + async

I'm trying to set Sqlite ThreadMode to Serialized in my Xamarin.iOS project. Using classic Sqlite, one finds this method on the connection class:



SqliteConnection.SetConfig(SQLiteConfig.Serialized);



However I'm using sqlite-net (+async) and can't find a way to set this configuration property.


Any suggestions?


Aucun commentaire:

Enregistrer un commentaire