like operator in C# Datatable
-
Hi all, I have a datatable, which I want to query by using LIKE operator like we do in SQL SQL Select * from Tab1 where col1 LIKE '%xyz%' C# datatable dt dt.select(...) Is it possible in C#. Please advice Thanks Ruchi
-
Hi all, I have a datatable, which I want to query by using LIKE operator like we do in SQL SQL Select * from Tab1 where col1 LIKE '%xyz%' C# datatable dt dt.select(...) Is it possible in C#. Please advice Thanks Ruchi
-
dear paul, please re-check whether it is working in table select. dataset.Table[0].Select("Disp==%sdsd%"); (forget abt the above syntax). It is not working for me.. :sigh: ************************** S r e e j i t h N a i r **************************
-
Paul, I know how to use Select with DataTable. I couldn't find any example for LIKE operator from the link that you specified. Could you please point out specific example out of that link. Thanks Ruchi