From cd57c1fdc893129f2e23219428c54885af0a5d67 Mon Sep 17 00:00:00 2001 From: Alex chow Date: Mon, 14 Mar 2022 02:14:56 +0100 Subject: [PATCH] =?UTF-8?q?Updated=20=E5=B8=B8=E8=A7=81=E9=97=AE=E9=A2=98?= =?UTF-8?q?=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 常见问题.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/常见问题.md b/常见问题.md index 9912fcf..1e2b49e 100644 --- a/常见问题.md +++ b/常见问题.md @@ -147,8 +147,8 @@ using System.Data.SQLite; string dbpath = Path.Combine(ApplicationData.Current.LocalFolder.Path, "sqliteSample.db"); SQLiteConnection _database = new SQLiteConnection($"Data Source={dbpath}"); var fsql = new FreeSql.FreeSqlBuilder() - `.UseConnectionFactory(FreeSql.DataType.Sqlite, () => _database, typeof(FreeSql.Sqlite.SqliteProvider<>)) - `.Build(); + .UseConnectionFactory(FreeSql.DataType.Sqlite, () => _database, typeof(FreeSql.Sqlite.SqliteProvider<>)) + .Build(); ``` [Xamarin Forms,代码较多](https://github.com/densen2014/FreeSqlDemos/tree/master/xamarinFormApps)