예제 #1
0
 public void DeleteByPath(String path)
 {
     db.DeleteByExample(new ImageInfo {
         path = path
     });
     db.Commit();
 }