我收到此错误
"Error 8 Cannot implicitly convert type 'System.Collections.Generic.List<System.Data.DataRow>' to 'System.Collections.Generic.List<DataRow>'
"
我产生问题的代码行是这个......
List<DataRow> dRowList = target.SearchFor(searchPhrase, searchField, matchesAny);
target.SearchFor 返回一个 DataRow 列表。我不知道出了什么问题。