User Profile
Collapse
-
Thank you plater. It solved our problem. -
"Missing operand before '=' operator" error in DataTable filtering
I have a DataTable with ColumnName: ++CustomerName+ +.
when i try to filter this DataTable as
string columnName=Tabl e.Columns["++CustomerName ++"].ToString();
DataRow[] row = Table.Select(co lumnName + " = 'Alice');
I am getting the above error.
I feel that because the column name is containing '+' sign, I am getting this error. If the column name does not contain + sign then...
No activity results to display
Show More
Leave a comment: