RowFilter in DataSet

  • Thread starter Thread starter shiv
  • Start date Start date
S

shiv

Hi

I have to RowFilter in a DataSet. My problem is My column
Names use aliases So when i filter lets say

Ds.defaultview.RowFilter="Region Name ='US'"

does not work as it has a space in between Region & Name.

Does anybody Knows How to overcome this problem?

thanks
shiv
 
Back
Top