Beispiel #1
0
 public DataSet SearchList(string strWhere)
 {
     return(DbHelperSQL.ExecuteProc("proc_SearchBook", "@keywords", strWhere));
 }