How to filter a string using c# using the logic of LIKE in SQL?
Posted
by blgnklc
on Stack Overflow
See other posts from Stack Overflow
or by blgnklc
Published on 2010-04-06T14:09:39Z
Indexed on
2010/04/06
14:13 UTC
Read the original article
Hit count: 231
I have a string variable in C# aka product_name, I want to filter likte this;
product_name LIKE '%BONUS NAME%' return or false.. how can i do that please regards bk
C# PS: I have to do it on C# not SQL
© Stack Overflow or respective owner