質問編集履歴

1

誤字

2022/09/12 06:17

投稿

kasa_4333
kasa_4333

スコア2

test CHANGED
File without changes
test CHANGED
@@ -58,12 +58,8 @@
58
58
  {
59
59
  modelList.Add(new BihinDB
60
60
  {
61
- BuppinName = dr["BuppinName"].ToString(),
61
+ BuppinName = dr["Sinamono"].ToString(),
62
- Suuryou = Int32.Parse(dr["Suuryou"].ToString()),
63
- Isogi = Convert.ToBoolean(dr["Isogi"].ToString()),
64
- Bikou = dr["Bikou"].ToString(),
62
+ ・・・
65
- Tourokusya = dr["Tourokusya"].ToString(),
66
- TourokuDate = DateTime.Parse(dr["TourokuDate"].ToString()),
67
63
  });
68
64
 
69
65
  }