25-02-20 03:09 PM
26-02-20 05:12 AM
In cases you using apostrophe within the string to filter by then the filter literal has to be enclosed in apostrophes and apostrophes in the filter literals have to be doubled.
For example:-
"Field1 = 'O''Leary'"
Example : "variable = 'siddesh''s'"
Further examples of the queries that can be used in the filter can be found via the following link:
http://www.csharp-examples.net/dataview-rowfilter/