public void DeleteByPath(String path) { db.DeleteByExample(new ImageInfo { path = path }); db.Commit(); }