I have web service which returns a datatable with the following column name:
Id@qb>type
I am applying the following filter statement to this datatable:
[Id@qb>type] IN (0, 1, 2, 3, 4)
But whenever I use this column name in the filter statement it throws the following exception:
Invalid column name 'Id@qb>type'.
Thanks.