Jump to content
Xtreme .Net Talk

alice123

Members
  • Posts

    1
  • Joined

  • Last visited

About alice123

  • Birthday 01/28/1977

alice123's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I have a DataTable with ColumnName: ++CustomerName++. when i try to filter this DataTable as string columnName=Table.Columns["++CustomerName++"].ToString(); DataRow[] row = Table.Select(columnName + " = '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 the filtering is working fine for me. My requirement is to have any number of '+' signs in the column name. Please suggest a way out.
×
×
  • Create New...