ADO.Net expression - single quotes in strings

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I need to apply a filter on my DataTable to search for name like O'Brian.
And I cannot work out the syntax.

If that was a simple select I could use '' (two single quotes), but I need
to assign the RowFilter property to an appropriate value.

Any help is greatly appreciated
 
Back
Top