Hello
I got stuck while searching on a DataTable
DataTable contains data like John's
When I pass
var des = "John's";
var rows = datatable.Select($"Description = '{des}');
This throw an exception
Missing operand after n
I also tried parsing with slash but it still throws the same exception
Any solution?