質問編集履歴
1
後次修正
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
ディク
|
1
|
+
ディクショナリーにMYSQLの結果を挿入する方法
|
body
CHANGED
@@ -55,7 +55,7 @@
|
|
55
55
|
string[] row1 = new string[reader.FieldCount];
|
56
56
|
foreach (var item in reader)
|
57
57
|
{
|
58
|
-
Console.WriteLine(dictionary.Add(item));
|
58
|
+
Console.WriteLine(dictionary.Add(item));とくにここ
|
59
59
|
}
|
60
60
|
|
61
61
|
|