Tag: dataview rowfilter

过滤DataTable中的空字符串

如何过滤DataTable中的空字符串? 我需要过滤一个列(比如名称为string.Empty的Customer Name) 我试过这个,但我不能正确的方式.. 我需要通过DataView.RowFilter过滤DataView.RowFilter ..所以如何为string.Empty提供过滤字符串.. 对此有何想法?