From fd364915548e10860f017df21910c9f9390ccc2a Mon Sep 17 00:00:00 2001 From: 2881099 <2881099@users.noreply.github.com> Date: Tue, 29 Mar 2022 22:05:54 +0800 Subject: [PATCH] Updated Insert Data (markdown) --- Insert-Data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Insert-Data.md b/Insert-Data.md index 928d901..1c8606f 100644 --- a/Insert-Data.md +++ b/Insert-Data.md @@ -153,7 +153,7 @@ All Columns < Specified columns (InsertColumns) < Ignored Columns (IgnoreColumns ## 7态Dictionary Insert ```csharp -Dictionary dic = new Dictionary(); +var dic = new Dictionary(); dic.Add("id", 1); dic.Add("name", "xxxx");