I have the following code:
const string Sql = @\"select distinct [name] from tblCustomers left outer join tblCustomerInfo on tblCustomers.
You could do LIKE @SEARCH and in your C# code, do
LIKE @SEARCH
searchString = "%" + searchString + "%"