Esempio n. 1
0
 //带图片
 public SqlDataAdapter GetItemByAllWithALLImg2(int CategoryID)
 {
     return(helper.GetDataAdapter("select * from ItemsAllWithAllImg where CategoryID=" + CategoryID + ""));
 }