回答編集履歴

1

修正

2017/06/01 13:19

投稿

Zuishin
Zuishin

スコア28660

test CHANGED
@@ -1,5 +1,5 @@
1
1
  ```C#
2
2
 
3
- bindingSource1.DataSource = table.Select(a => a.Name == "Taro");
3
+ bindingSource1.DataSource = table.Select(a => a["Name"] == "Taro");
4
4
 
5
5
  ```