Hi, i have a created a dataset using a table from my database. I now want to search this dataset and am wondering if there is anyway in C# where I can do it by using something like a LIKE command in SQL.
So if I search for "car" it will also return things like "racecar" or "bigcar" etc.
So if I search for "car" it will also return things like "racecar" or "bigcar" etc.