附加信息:无法在System.String和System.Int32上执行“>”操作

时间:2019-12-25 08:07:42

标签: vb.net exception datagridview

total_float_hr_cnt是一个字符串,但是值是12、47、134.12 ...

dim critaria as string = "total_float_hr_cnt > 100"
newview.RowFilter = criteria
DataGridView1.Datasource = newview

错误消息是:

  

其他信息:无法在System.String和System.Int32上执行'>'操作

请帮助。

1 个答案:

答案 0 :(得分:0)

尝试将DataColumn的类型更改为Integer