Click here to Skip to main content
15,921,452 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
can any one tell me what all operators can be used in datatable.select("","")

What I have tried:

DataTable _dtrow = (DataTable)grdsearch.DataSource;

                        DataRow[] dr = _dtrow.Select("HSN_Code<>'0' and HSN_Code<>'' ", "");
Posted
Updated 25-Jun-19 2:27am

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900