Advertisement
kilya

RowFilter_Convert

Mar 20th, 2019
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.43 KB | None | 0 0
  1. dtview.RowFilter = "Convert(ID,'System.String') LIKE '%" & text & "%' OR Convert(LABEL,'System.String') LIKE '%" & text & "%' OR COLOR LIKE '%" & text & "%' OR TYPE LIKE '%" & text & "%' OR TAILLE LIKE '%" & text & "%' OR COST LIKE '%" & text & "%' OR Convert(PRICE,'System.String') LIKE '%" & text & "%' OR Convert(QUANTITY,'System.String') LIKE '%" & text & "%' OR SUPPLIER LIKE '%" & text & "%' OR DESCRIPTION LIKE '%" & text & "%' "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement