Column names

If a column name contains any of these special characters  ( ) # \ / = > < + - * % &   ' " [ ], you must enclose the column name within square brackets [ ]. If a column name contains right bracket ] or backslash \, escape it with backslash (\] or \\).

http://www.csharp-examples.net/dataview-rowfilter/