P
Patrick.O.Ige
I'm trying to do distinct below in a datatable
but i get the error :-
Syntax error: Missing operand after 'Code' operator.
Any ideas?
string strExpr = "DISTINCT Code LIKE '%ve%'" ;
DataRow[] XmlRow = myTable.Select(strExpr);
but i get the error :-
Syntax error: Missing operand after 'Code' operator.
Any ideas?
string strExpr = "DISTINCT Code LIKE '%ve%'" ;
DataRow[] XmlRow = myTable.Select(strExpr);