From 4c5d0cac0f835b1e696cf0ea85587a63e1995d47 Mon Sep 17 00:00:00 2001 From: 2881099 <2881099@users.noreply.github.com> Date: Tue, 29 Mar 2022 22:05:22 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E6=B7=BB=E5=8A=A0=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 添加.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/添加.md b/添加.md index c5a73b7..a74356a 100644 --- a/添加.md +++ b/添加.md @@ -153,7 +153,7 @@ var t6 = fsql.Insert(items).IgnoreColumns(a => new { a.Title, a.CreateTime }).Ex ## 7、字典插入 ```csharp -Dictionary dic = new Dictionary(); +var dic = new Dictionary(); dic.Add("id", 1); dic.Add("name", "xxxx");