dv2.RowFilter = @" taocan1 = '单项' and nsfxm_id < 21 and pricekind > 0 and csflb_flag<>'0'";
如上代码pricekind > 0,报错string和int之间不能使用“>”,我现在必须要这个,想用一个sql中类似
to_number(pricekind) > 0的东西,在这里用哪个函数?