摘要:
使用YZMHelper帮助类即可 using System; using System.Web; using System.Drawing; using System.Security.Cryptography; namespace ProjectWenDangManage.Framework { 阅读全文
摘要:
如果名称和价格为空会检索出所有的数据 1 1 select * from TblProduct 2 2 where (@proName='' or chvProName like '%'+@proName+'%') 3 3 and (@minPrice='' or mnyProPrice>=... 阅读全文