且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用SQLite.Net.Async的Xamarin.Forms

更新时间:2022-11-05 16:42:28

您可以简单地重用已有的GetConnection方法并创建异步连接,如下所示:

You could simply reuse the GetConnection method you already have and create async connection like this:

var asyncDb = new SQLiteAsyncConnection(() => GetConnection());