Esempio n. 1
0
 public DataTable ReadPics()
 {
     return(db.GetTable("SELECT guid,fileName,filePath FROM Pic"));
 }