使用WebClientQuery,如何在User使用預設條件外,再加上A=1的WHERE條件?
可通過WebClientQuery的GetWhere的方法來取得Where的條件,然後自行SetWhere
string where = WebClientQuery1.GetWhere(Panel1);
where = where + " and A=1";
Master.SetWhere(where);
WebGridView1.DataBind();
Copyright © 2000 InfoLight System Corp. Ltd. 訊光科技系統股份有限公司版權所有
台北市大同區 103 民生西路 290 號 8 樓 電話:02-2556-6159 傳真:02-2556-9425
上海訊光:上海市長寧區延安西路 1030弄 12 號 303室 電話:021-6225-1720
http://www.infolight.com.cn